Variable: embark-org--no-jump-to-heading

embark-org--no-jump-to-heading is a variable defined in embark-org.el.

Value

(embark-org-insert-link-to embark-org-refile-here)

Documentation

Org heading actions which shouldn't be executed with point at the heading.

Source Code

;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark-org.el
(defconst embark-org--no-jump-to-heading
  '(embark-org-insert-link-to embark-org-refile-here)
  "Org heading actions which shouldn't be executed with point at the heading.")