Variable: todo-default-priority

todo-default-priority is a customizable variable defined in todo-mode.el.gz.

Value

first

Documentation

Default priority of new and moved items.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-default-priority 'first
  "Default priority of new and moved items."
  :type '(choice (const :tag "Highest priority" first)
		 (const :tag "Lowest priority" last))
  :group 'todo-edit)