Variable: org-todo-interpretation

org-todo-interpretation is a customizable variable defined in org.el.gz.

Value

sequence

Documentation

Controls how TODO keywords are interpreted.

This variable is in principle obsolete and is only used for backward compatibility, if the interpretation of todo keywords is not given already in org-todo-keywords. See that variable for more information.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defcustom org-todo-interpretation 'sequence
  "Controls how TODO keywords are interpreted.
This variable is in principle obsolete and is only used for
backward compatibility, if the interpretation of todo keywords is
not given already in `org-todo-keywords'.  See that variable for
more information."
  :group 'org-todo
  :group 'org-keywords
  :type '(choice (const sequence)
		 (const type)))