Function: denote--identifier-key-regexp
denote--identifier-key-regexp is a byte-compiled function defined in
denote.el.
Signature
(denote--identifier-key-regexp FILE-TYPE)
Documentation
Return the identifier key regexp associated to FILE-TYPE.
Source Code
;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defun denote--identifier-key-regexp (file-type)
"Return the identifier key regexp associated to FILE-TYPE."
(or (plist-get
(alist-get file-type denote-file-types)
:identifier-key-regexp)
"^DenoteUserWantsEmptyFieldSoHandleIt")) ; Will not be found