If I have a document like this:

* some header <<some_target>>
** some subtree
*** some entry

Then calling org-get-outline-path on the deepest headline returns
("some header <<some_target>>" "some subtree")

I don't know what exactly org-get-outline-path is used for in org
mode, but for what I want to use it, I will remove the
"<<some_target>>" part manually.

I was just wondering if maybe this should already be done in
org-get-outline-path itself, since links are also replaced by their
description according to the documentation.

regards,
timor

Reply via email to