Variable: denote-use-date
denote-use-date is a variable defined in denote.el.
Value
nil
Documentation
The date to be used in a note creation command.
See the documentation of denote for acceptable values. This variable
is ignored if nil.
Only ever let bind this, otherwise the date will always be the same
and the date prompt will be skipped.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defvar denote-use-date nil
"The date to be used in a note creation command.
See the documentation of `denote' for acceptable values. This variable
is ignored if nil.
Only ever `let' bind this, otherwise the date will always be the same
and the date prompt will be skipped.")