From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: QUESTION how to revert repeating sub-tasks? Date: Wed, 19 May 2010 11:55:49 +0200 Message-ID: References: <87d3wuy5rn.fsf@eraldo.org> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=38681 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEgK2-0000QC-Td for emacs-orgmode@gnu.org; Wed, 19 May 2010 06:16:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEgJs-0004QF-Ay for emacs-orgmode@gnu.org; Wed, 19 May 2010 06:16:18 -0400 Received: from mail-ew0-f216.google.com ([209.85.219.216]:34395) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEgJr-0004Px-PX for emacs-orgmode@gnu.org; Wed, 19 May 2010 06:16:08 -0400 Received: by ewy8 with SMTP id 8so1989849ewy.8 for ; Wed, 19 May 2010 03:16:06 -0700 (PDT) In-Reply-To: <87d3wuy5rn.fsf@eraldo.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: Eraldo Helal Cc: Org-Mode Hi Eraldo, this is currently not possible - please take a look at org- checklist.el, maybe that is a way to address your wish. Otherwise, I guess I could make a hook that you could use to fix the issue for yourself. I guess more than just witching the states would be need, for example cleaning up logging time stamps and notes??? - Carsten On May 17, 2010, at 4:14 PM, Eraldo Helal wrote: > link: how to revert repeating sub-tasks? http://openpaste.org/en/ > 21646/ > > I have a repeating tasks that looks like this: > ,---- > | * TODO daily review > | SCHEDULED: <2010-01-01 .+1d> > | :LOGBOOK:... > | :PROPERTIES:... > | ** TODO task A... > | ** TODO task B... > `---- > > Problem: > After I have marked the sub-tasks and main task (in that order) > done, > but the sub-tasks remain in 'DONE' state. > > Longer problem description: > I have blocking enables, so I can only mark the main repeating > task 'DONE' > after all the sub-tasks are 'DONE' as well. > The main repeating task (daily review) works great. > It reverts to 'TODO' with the new scheduled date (day after today) > and leaves a note in the 'LOGBOOK'. > However the sub-tasks remain in the 'DONE' state > instead of reverting to 'TODO' as well. > > Example: (based on example above with current date being 2010-05-17) > - switched all sub-tasks to DONE > - switched the main task to DONE > current output: > ,---- > | * TODO daily review > | SCHEDULED: <2010-05-18 .+1d > > | :LOGBOOK:... > | :PROPERTIES:... > | ** DONE task A... > | ** DONE task B... > `---- > > desired output: > ,---- > | * TODO daily review > | SCHEDULED: <2010-05-18 .+1d > > | :LOGBOOK:... > | :PROPERTIES:... > | ** TODO task A... > | ** TODO task B... > `---- > > I would prefer 'TODO's instead of checkboxed if possible. > Any ideas how to get there? > > Greetings from Austria, > Eraldo > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten