Function: denote-format-string-for-org-front-matter

denote-format-string-for-org-front-matter is a byte-compiled function defined in denote.el.

Signature

(denote-format-string-for-org-front-matter S)

Documentation

Return string S as-is for Org or plain text front matter.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defun denote-format-string-for-org-front-matter (s)
  "Return string S as-is for Org or plain text front matter."
  s)