[Orgmode] Re: Automatically move completed TODO items and checkboxes to another file

2010-09-07 Thread Achim Gratz
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.

[Orgmode] Re: Automatically move completed TODO items and checkboxes to another file

2010-09-07 Thread Michael Hoffman
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

Re: [Orgmode] Re: Automatically move completed TODO items and checkboxes to another file

2010-09-05 Thread Nicolas Goaziou
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

Re: [Orgmode] Re: Automatically move completed TODO items and checkboxes to another file

2010-09-05 Thread Bastien
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

[Orgmode] Re: Automatically move completed TODO items and checkboxes to another file

2010-09-03 Thread Michael Hoffman
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

Re: [Orgmode] Re: Automatically move completed TODO items and checkboxes to another file

2010-09-02 Thread Bastien
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

[Orgmode] Re: Automatically move completed TODO items and checkboxes to another file

2010-08-19 Thread Michael Hoffman
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