Function: denote--identifier-value-function

denote--identifier-value-function is a byte-compiled function defined in denote.el.

Signature

(denote--identifier-value-function FILE-TYPE)

Documentation

Convert identifier string to front matter identifier, per FILE-TYPE.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
      "^DenoteUserWantsEmptyFieldSoHandleIt")) ; Will not be found

(defun denote--identifier-value-function (file-type)
  "Convert identifier string to front matter identifier, per FILE-TYPE."
  (plist-get
   (alist-get file-type denote-file-types)
   :identifier-value-function))