Variable: todo-entry-prefix-function

todo-entry-prefix-function is a customizable variable defined in otodo-mode.el.gz.

Value

todo-entry-timestamp-initials

Documentation

Function producing text to insert at start of todo entry.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/otodo-mode.el.gz
(defcustom todo-entry-prefix-function 'todo-entry-timestamp-initials
  "Function producing text to insert at start of todo entry."
  :type 'symbol)