Hi Esben Esben Stien <[email protected]> writes:
> I'm trying to figure out how I can get a link to the top most heading
> without actually moving point up there and doing C-c C-l.
(defun my-org-store-link-to-top-level-heading ()
(interactive)
(save-excursion
(org-up-heading-all 10)
(call-interactively 'org-store-link)))
HTH,
--
Bastien
