Variable: denote-id-only-link-format

denote-id-only-link-format is a variable defined in denote.el.

Value

"[[denote:%s]]"

Documentation

Format of identifier-only link to note.

The value is passed to format with IDENTIFIER as its sole argument.

Also see denote-id-only-link-in-context-regexp.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defvar denote-id-only-link-format "[[denote:%s]]"
  "Format of identifier-only link to note.
The value is passed to `format' with IDENTIFIER as its sole
argument.

Also see `denote-id-only-link-in-context-regexp'.")