Variable: todo-number-prefix

todo-number-prefix is a customizable variable defined in todo-mode.el.gz.

Value

t

Documentation

Non-nil to prefix items with consecutively increasing integers.

These reflect the priorities of the items in each category.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-number-prefix t
  "Non-nil to prefix items with consecutively increasing integers.
These reflect the priorities of the items in each category."
  :type 'boolean
  :initialize 'custom-initialize-default
  :set 'todo-reset-prefix
  :group 'todo-display)