emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Should org-get-outline-path strip dedicated targets?


From: timor
Subject: [O] Should org-get-outline-path strip dedicated targets?
Date: Fri, 3 Jun 2016 14:24:43 +0200

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

[Prev in Thread] Current Thread [Next in Thread]