Variable: denote-date-prompt-use-org-read-date

denote-date-prompt-use-org-read-date is a customizable variable defined in denote.el.

Value

nil

Documentation

Whether to use org-read-date in date prompts.

If non-nil, use org-read-date. If nil, input the date as a string, as described in denote.

This option is relevant when denote-prompts includes a date and/or when the user invokes the command denote-date.

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

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defcustom denote-date-prompt-use-org-read-date nil
  "Whether to use `org-read-date' in date prompts.

If non-nil, use `org-read-date'.  If nil, input the date as a
string, as described in `denote'.

This option is relevant when `denote-prompts' includes a `date'
and/or when the user invokes the command `denote-date'."
  :group 'denote
  :package-version '(denote . "0.6.0")
  :type 'boolean)