From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Hoffman <9qobl2n02@sneakemail.com> Subject: Re: Automatically move completed TODO items and checkboxes to another file Date: Fri, 03 Sep 2010 14:17:50 -0700 Message-ID: References: <87vd793r27.wl%ucecesf@ucl.ac.uk> <87vd6nwtuq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=51350 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Orde6-0002Ue-Uv for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 17:18:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Orde5-0001ty-FR for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 17:18:02 -0400 Received: from lo.gmane.org ([80.91.229.12]:48472) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Orde5-0001tm-9V for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 17:18:01 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Orde3-0004XW-I6 for emacs-orgmode@gnu.org; Fri, 03 Sep 2010 23:17:59 +0200 Received: from methionine.gs.washington.edu ([128.208.25.23]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Sep 2010 23:17:59 +0200 Received: from 9qobl2n02 by methionine.gs.washington.edu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Sep 2010 23:17:59 +0200 In-Reply-To: <87vd6nwtuq.fsf@gnu.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Bastien wrote: > Hi Michael, > > Michael Hoffman <9qobl2n02@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 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. > I guess we can keep the hierarchy with an appropriate search and replace > function... Well, I'm gradually just fixing these things as I go through now.