Variable: todo-diary-nonmarking
todo-diary-nonmarking is a customizable variable defined in
todo-mode.el.gz.
Value
nil
Documentation
Non-nil to insert new todo diary items as nonmarking by default.
This appends diary-nonmarking-symbol to the front of an item on
insertion provided it doesn't begin with todo-nondiary-marker.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-diary-nonmarking nil
"Non-nil to insert new todo diary items as nonmarking by default.
This appends `diary-nonmarking-symbol' to the front of an item on
insertion provided it doesn't begin with `todo-nondiary-marker'."
:type 'boolean
:group 'todo-edit)