Variable: org-todo-get-default-hook

org-todo-get-default-hook is a variable defined in org.el.gz.

Value

nil

Documentation

Hook for functions that get a default item for todo.

Each function takes arguments (NEW-MARK OLD-MARK) and returns either nil or a string to be used for the todo mark.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-todo-get-default-hook nil
  "Hook for functions that get a default item for todo.
Each function takes arguments (NEW-MARK OLD-MARK) and returns either
nil or a string to be used for the todo mark." )