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
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