From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Toggle a repeating task in DONE state Date: Fri, 04 Jun 2010 07:59:26 -0400 Message-ID: <87wrufhuu9.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=55234 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OKVYl-00086j-BV for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 07:59:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OKVYj-0001cz-D4 for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 07:59:35 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:60978) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OKVYj-0001ct-9Z for emacs-orgmode@gnu.org; Fri, 04 Jun 2010 07:59:33 -0400 In-Reply-To: (Tom's message of "Fri\, 4 Jun 2010 05\:43\:47 +0000 \(UTC\)") 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: Tom Cc: emacs-orgmode@gnu.org Tom writes: > When in the agenda I sometimes accidentaly press 't' again on a > repeating task which is already in DONE state. This makes the > task to skip yet another repetition and set the date to the next > available date. > > Is this 'feature' actually useful? It makes sense for a > non-repeated task, because there I can use it to switch the task > back to TODO state, but is there a use case for repeated tasks? > > Shouldn't org prevent accidental toggling of the task in this > case if it notices it's a repeated task with DONE state visible > in the agenda? I use (setq org-use-fast-todo-selection t) to make these kinds of changes a two-key change. t to change todo state and another key to select which state I want. I can hit C-g to abort after pressing t and it leaves the task untouched. HTH, Bernt