Variable: denote-query-description-prefix
denote-query-description-prefix is a variable defined in denote.el.
Value
""
Documentation
Prefix string for query links to format their description text.
The description text constists of the value of this variable followed by the query
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
;; NOTE 2025-03-27: Should we expose a user option for this? And/or
;; should we add a DESCRIPTION parameter to `denote--format-query-link'?
;;
;; What would make for a good default description in that scenario?
;; Maybe "QC:query text here" and "QF:query text here" for
;; `query-contents' and `query-filenames' respectively.
(defvar denote-query-description-prefix ""
"Prefix string for query links to format their description text.
The description text constists of the value of this variable followed by
the query")