Re: [FR] Allow searching by outline path in file: links to Org files [file:

2024-10-16 Thread a4ofubmq
> > there is ambiguity right now if you want to org-store-link to > > heading 2 > > > subheading 1. By default org stores > > [[file:::*subheading1]], which would incorrectly point to > > heading 1. > > > > Instead it could be [[file:::*heading 2**subheading1]] > > > > Please let me know what you

org-store-link relative to parent headings

2024-10-01 Thread a4ofubmq
I'd like to propose an alternative method to format links (org-store- link) that would include parents of a heading. For example in a document like this: * heading 1 ** subheading 1 * heading 2 ** subheading 1 there is ambiguity right now if you want to org-store-link to heading 2 > subheading 1.