Variable: denote-query-untitled-string

denote-query-untitled-string is a customizable variable defined in denote.el.

Value

"[Untitled]"

Documentation

String to use as heading for untitled notes in links' buffer.

Used only by denote-query-extract-title.

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

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defcustom denote-query-untitled-string "[Untitled]"
  "String to use as heading for untitled notes in links' buffer.

Used only by `denote-query-extract-title'."
  :package-version '(denote . "4.0.0")
  :link '(info-link "(denote) Use denote-grep to search inside files")
  :group 'denote-query
  :type 'string)