Variable: org-todo-keywords-1

org-todo-keywords-1 is a buffer-local variable defined in org.el.gz.

Documentation

All TODO and DONE keywords active in a buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar-local org-todo-keywords-1 nil
  "All TODO and DONE keywords active in a buffer.")