Is there any existing function in the org mode API which would give me all the org headings of a single file in a list?
In particular, I would like to get the heading title separate with the content in a cons. For example org-heading-list => '(("* Heading #1" "My text #1") ("* Heading #2") ("My text 2")) It is going to become very useful because many people are linking to headings how I know is it true that many people in org mode, many org mode users wish to link to headings? Jean Louis