Carsten Dominik writes:
> Hi Daniel,
>
> I have added `org-heading-components'.
>
That helps, and it also makes easier other inquiries like the current
headline level. Formerly I had to do (org-reduced-level (funcall
outline-level)) which was not obvious.
Thanks,
Daniel
__
Hi Daniel,
I have added `org-heading-components'.
HTH
- Carsten
On Jan 6, 2009, at 7:53 PM, Daniel Clemente wrote:
Hi,
I want to get the title of some entry in Elisp. That is, from this
heading:
*** TODO Do something!
I want the "Do something!".
I know no function to do this; alt
Hi,
I want to get the title of some entry in Elisp. That is, from this heading:
*** TODO Do something!
I want the "Do something!".
I know no function to do this; although there is probably one. What I found
is:
- (org-entry-properties) returns the TODO keyword, the tags, and the cate