Re: [Orgmode] Function to get the title of a heading

2009-01-11 Thread Daniel Clemente
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 __

Re: [Orgmode] Function to get the title of a heading

2009-01-08 Thread Carsten Dominik
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

[Orgmode] Function to get the title of a heading

2009-01-06 Thread Daniel Clemente
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