From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eraldo Helal Subject: QUESTION how to revert repeating sub-tasks? Date: Mon, 17 May 2010 16:14:36 +0200 Message-ID: <87d3wuy5rn.fsf@eraldo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=52879 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OE15e-0007wP-3w for emacs-orgmode@gnu.org; Mon, 17 May 2010 10:14:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OE15c-0008HB-OF for emacs-orgmode@gnu.org; Mon, 17 May 2010 10:14:42 -0400 Received: from mail-fx0-f41.google.com ([209.85.161.41]:35903) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OE15c-0008Gx-IU for emacs-orgmode@gnu.org; Mon, 17 May 2010 10:14:40 -0400 Received: by fxm20 with SMTP id 20so3390116fxm.0 for ; Mon, 17 May 2010 07:14:38 -0700 (PDT) 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: Org-Mode 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