Variable: todo-always-add-time-string
todo-always-add-time-string is a customizable variable defined in
todo-mode.el.gz.
Value
nil
Documentation
Non-nil adds current time to a new item's date header by default.
When the todo insertion commands have a non-nil "maybe-notime"
argument, this reverses the effect of
todo-always-add-time-string: if t, these commands omit the
current time, if nil, they include it.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/todo-mode.el.gz
(defcustom todo-always-add-time-string nil
"Non-nil adds current time to a new item's date header by default.
When the todo insertion commands have a non-nil \"maybe-notime\"
argument, this reverses the effect of
`todo-always-add-time-string': if t, these commands omit the
current time, if nil, they include it."
:type 'boolean
:group 'todo-edit)