Should it be possible to org-store-link including parents of a heading. For example in a document like this:
* heading 1 ** subheading 1 * heading 2 ** subheading 1 there is ambiguity if you want to org-store-link to heading 2 > subheading 1. By default org stores [[file:<FILENAME>::*subheading1]], which would incorrectly point to heading 1.
You could create unique UUID in PROPERTIES, but wouldn't it be more informative if org-store-link used parent headings instead?
UPDATE Request For Enhancement has been submitted to org-mode mailing list on
Tue, 01 Oct 2024 23:25:48 +0000 (02/10/24 00:25:48) Subject: org-store-link relative to parent headings
<<h2-s>>or custom IDs, which still require adding a property, but they can be more informative than UUIDs. See Internal links in the manual.