Variable: denote-generate-identifier-automatically
denote-generate-identifier-automatically is a variable defined in
denote.el.
Value
t
Documentation
Make creation and renaming commands automatically create and identifier.
This applies when a note is created or renamed. The default is to always create an identifier automatically.
Valid values are: t, nil, on-creation, and on-rename.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defvar denote-generate-identifier-automatically t
"Make creation and renaming commands automatically create and identifier.
This applies when a note is created or renamed. The default is to
always create an identifier automatically.
Valid values are: t, nil, `on-creation', and `on-rename'.")