Variable: denote-commands-for-new-notes

denote-commands-for-new-notes is a customizable variable defined in denote.el.

Value

(denote denote-date denote-subdirectory denote-template denote-type
	denote-signature)

Documentation

List of commands for denote-command-prompt that create a new note.

These are used by commands such as denote-open-or-create-with-command and denote-link-after-creating-with-command.

This variable was added, or its default value changed, in denote version 2.1.0.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defcustom denote-commands-for-new-notes
  '(denote
    denote-date
    denote-subdirectory
    denote-template
    denote-type
    denote-signature)
  "List of commands for `denote-command-prompt' that create a new note.
These are used by commands such as `denote-open-or-create-with-command'
and `denote-link-after-creating-with-command'."
  :group 'denote
  :package-version '(denote . "2.1.0")
  :link '(info-link "(denote) Choose which commands to prompt for")
  :type '(repeat symbol))