Variable: denote-use-template
denote-use-template is a variable defined in denote.el.
Value
nil
Documentation
The template 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 template will always be the same
and the template prompt will be skipped.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defvar denote-use-template nil
"The template 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 template will always be the same
and the template prompt will be skipped.")