Variable: denote-org-capture-specifiers

denote-org-capture-specifiers is a customizable variable defined in denote.el.

Value

"%l\n%i\n%?"

Documentation

String with format specifiers for org-capture-templates.

Check that variable's documentation for the details.

The string can include arbitrary text. It is appended to new notes via the denote-org-capture function. Every new note has the standard front matter we define.

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

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defcustom denote-org-capture-specifiers "%l\n%i\n%?"
  "String with format specifiers for `org-capture-templates'.
Check that variable's documentation for the details.

The string can include arbitrary text.  It is appended to new
notes via the `denote-org-capture' function.  Every new note has
the standard front matter we define."
  :type 'string
  :package-version '(denote . "0.1.0")
  :group 'denote-org-capture)