Variable: denote-keywords-regexp

denote-keywords-regexp is a variable defined in denote.el.

Value

"__\\([^.]+?\\)\\(==.*\\|--.*\\|__.*\\|@@.*\\|\\..*\\)*$"

Documentation

Regular expression to match the KEYWORDS field in a file name.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defconst denote-keywords-regexp "__\\([^.]+?\\)\\(==.*\\|--.*\\|__.*\\|@@.*\\|\\..*\\)*$"
  "Regular expression to match the KEYWORDS field in a file name.")