Re: [Orgmode] Converting lists to todo items and back

2008-05-21 Thread Carsten Dominik
Hi Bernt, this is a relative specializes application, for example you want the items to be turned into, not just outline headings, but also TODO entries. Org has these: C-c * can turn an item into a headline. However, the heading will always be a subheading of the nearest heading a

[Orgmode] Converting lists to todo items and back

2008-05-20 Thread Bernt Hansen
Hi Carsten and list! I'm finding I outline new tasks quickly with lists like this , | * New Task | - [ ] item 1 | - [ ] item 2 | - [ ] item 3 ` and then I want to convert it to TODO items like this: , | * New Task | ** TODO item 1 | ** TODO item 2 | ** TODO item 3 ` Is th