Bernt Hansen <[EMAIL PROTECTED]> writes:
Hello Bernt,
> 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
> `----
You can simply take advantage of emacs editing facilities.
See functions:
- org-narrow-to-subtree
- replace-regexp
- widen
You can combine them in your own functions easily. See a brief tuto
about emacs lisp coding, or read the (excellent) emacs lisp
introduction.
--
Paul
_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode