Variable: org-todo-interpretation-widgets

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

Value

((:tag "Sequence (cycling hits every state)" sequence)
 (:tag "Type     (cycling directly to DONE)" type))

Documentation

The available interpretation symbols for customizing org-todo-keywords.

Interested libraries should add to this list.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-todo-interpretation-widgets
  '((:tag "Sequence (cycling hits every state)" sequence)
    (:tag "Type     (cycling directly to DONE)" type))
  "The available interpretation symbols for customizing `org-todo-keywords'.
Interested libraries should add to this list.")