Variable: embark-org--invisible-jump-to-heading
embark-org--invisible-jump-to-heading is a variable defined in
embark-org.el.
Value
(org-tree-to-indirect-buffer org-refile org-clock-in org-clock-out
org-archive-subtree-default-with-confirmation
org-store-link)
Documentation
Org heading actions which won't display the heading's buffer.
Source Code
;; Defined in ~/.emacs.d/elpa/embark-20260610.302/embark-org.el
(defconst embark-org--invisible-jump-to-heading
'(org-tree-to-indirect-buffer
org-refile
org-clock-in
org-clock-out
org-archive-subtree-default-with-confirmation
org-store-link)
"Org heading actions which won't display the heading's buffer.")