Function: denote--title-key-regexp

denote--title-key-regexp is a byte-compiled function defined in denote.el.

Signature

(denote--title-key-regexp FILE-TYPE)

Documentation

Return the title key regexp associated to FILE-TYPE.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defun denote--title-key-regexp (file-type)
  "Return the title key regexp associated to FILE-TYPE."
  (or (plist-get
       (alist-get file-type denote-file-types)
       :title-key-regexp)
      "^DenoteUserWantsEmptyFieldSoHandleIt")) ; Will not be found