Variable: org-all-time-keywords

org-all-time-keywords is a variable defined in org.el.gz.

Value

("SCHEDULED" "DEADLINE" "CLOCK" "CLOSED")

Documentation

List of time keywords.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defconst org-all-time-keywords
  (mapcar (lambda (w) (substring w 0 -1))
	  (list org-scheduled-string org-deadline-string
		org-clock-string org-closed-string))
  "List of time keywords.")