Function: denote-link-ol-get-heading

denote-link-ol-get-heading is a byte-compiled function defined in denote.el.

Signature

(denote-link-ol-get-heading)

Documentation

Get current Org heading text.

Source Code

;; Defined in ~/.emacs.d/elpa/denote-4.2.3/denote.el
(defun denote-link-ol-get-heading ()
  "Get current Org heading text."
  (org-get-heading :no-tags :no-todo :no-priority :no-comment))