Function: denote--title-value-function

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

Signature

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

Documentation

Convert title string to a front matter title, per FILE-TYPE.

Source Code

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

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