For links, I switched to the org-id module and a unique ID for any new links. It works as long as the file containing the target headline is in the same directory as the file containing the link.
(require ’org-id) (global-set-key “\C-cl” ’org-store-link) (setq org-link-to-org-use-id ’create-if-interactive)
(require ’org-id)
(global-set-key “\C-cl” ’org-store-link)
(setq org-link-to-org-use-id ’create-if-interactive)
For links, I switched to the org-id module and a unique ID for any new links. It works as long as the file containing the target headline is in the same directory as the file containing the link.