Variable: denote-id-only-link-in-context-regexp

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

Value

"\\[\\[denote:\\(?1:[^][]*?\\)]]"

Documentation

Regexp to match an identifier-only link in its context.

The format of such links is denote-id-only-link-format.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defvar denote-id-only-link-in-context-regexp
  (concat "\\[\\[" "denote:"  "\\(?1:[^][]*?\\)" "]]")
  "Regexp to match an identifier-only link in its context.
The format of such links is `denote-id-only-link-format'.")