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