Variable: denote-rename-rewrite-front-matter

denote-rename-rewrite-front-matter is a variable defined in denote.el.

Value

t

Documentation

When non-nil, rewrite the front matter if appropriate.

The purpose of this variable is to be let bound to nil by a caller of the command denote-rename-file or related. This will have the effect of not rewriting the file's front matter.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defvar denote-rename-rewrite-front-matter t
  "When non-nil, rewrite the front matter if appropriate.
The purpose of this variable is to be `let' bound to nil by a caller of
the command `denote-rename-file' or related.  This will have the effect
of not rewriting the file's front matter.")