Michael Hoffman <9qobl2...@sneakemail.com> writes:
> ** TODO x
> *** [ ] x1
> *** [ ] x2
> [ ] x2.1
That works correctly in 7.01h and later if the last item is at level
three agaiun, but fails if the last one is at level four. Fascinating.
Achim.
Nicolas Goaziou wrote:
Hello,
Michael Hoffman writes:
I've also tried regex-searching for something like "^ - \[ \]" ->
"*** TODO" but it's not foolproof since the number of leading spaces
doesn't always have something to do with the level of the previous
header.
It looks like you're lookin
Hello,
> Michael Hoffman writes:
> I've also tried regex-searching for something like "^ - \[ \]" ->
> "*** TODO" but it's not foolproof since the number of leading spaces
> doesn't always have something to do with the level of the previous
> header.
It looks like you're looking for `org-list
Hi Michael,
Michael Hoffman <9qobl2...@sneakemail.com> writes:
> Well, the commands:
>
> C-u C-c C-c
> C-x C-x
> C-c *
>
> convert the checkboxes to headings but eliminate the hierarchy.
>
> I've also tried regex-searching for something like "^ - \[ \]" -> "***
> TODO" but it's not foolproof si
Bastien wrote:
Hi Michael,
Michael Hoffman <9qobl2...@sneakemail.com> writes:
and then using search/replace to add "TODO "
How did you searched and replaced?
Well, the commands:
C-u C-c C-c
C-x C-x
C-c *
convert the checkboxes to headings but eliminate the hierarchy.
I've also tried reg
Hi Michael,
Michael Hoffman <9qobl2...@sneakemail.com> writes:
> and then using search/replace to add "TODO "
How did you searched and replaced?
> but that unfortunately eliminates any previous hierarchy in the
> checkboxes. Is there a better way?
I guess we can keep the hierarchy with an appr
Eric S Fraga wrote:
On Tue, 17 Aug 2010 13:34:32 -0700, Michael Hoffman <9qobl2...@sneakemail.com>
wrote:
I have happily been using org-mode for many years to keep a todo
list. I like keeping a log of the actions I've completed, but I don't
like them in the same file taking up space. Previously