Variable: denote-org-link-format
denote-org-link-format is a variable defined in denote.el.
Value
"[[denote:%s][%s]]"
Documentation
Format of Org link to note.
The value is passed to format with IDENTIFIER and TITLE
arguments, in this order.
Also see denote-org-link-in-context-regexp.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
;;;; The linking facility
;;;;; Link to note
(defvar denote-org-link-format "[[denote:%s][%s]]"
"Format of Org link to note.
The value is passed to `format' with IDENTIFIER and TITLE
arguments, in this order.
Also see `denote-org-link-in-context-regexp'.")