From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Re: log on state change Date: Fri, 14 Sep 2007 15:44:54 -0400 Message-ID: <87hclx8215.fsf@gollum.intra.norang.ca> References: <87abs6j0av.fsf@myhost.localdomain> <80a402f23c7118339350ce5d35a99836@science.uva.nl> <87wsut872e.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IWH68-0001IR-0V for emacs-orgmode@gnu.org; Fri, 14 Sep 2007 15:45:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWH67-0001I8-Gu for emacs-orgmode@gnu.org; Fri, 14 Sep 2007 15:45:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWH67-0001I3-9c for emacs-orgmode@gnu.org; Fri, 14 Sep 2007 15:45:03 -0400 Received: from outbound.mailhop.org ([63.208.196.171]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IWH66-0000Vo-Ti for emacs-orgmode@gnu.org; Fri, 14 Sep 2007 15:45:03 -0400 In-Reply-To: (Carsten Dominik's message of "Fri\, 14 Sep 2007 21\:38\:18 +0200") 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: Carsten Dominik Cc: emacs-orgmode@gnu.org Carsten Dominik writes: > On Sep 14, 2007, at 19:56, Bernt Hansen wrote: > >> Carsten Dominik writes: >> >>> On Sep 1, 2007, at 9:46, Cezar wrote: >>>> >>>> I would like to record some comments JUST on certain states, >>>> for example I want to mark a task as WAITING and give it a reason, >>>> or the "thing" I am waiting for. >>> >>> This will be possible in the next version with >>> >>> #+SEQ_TODO: TODO WAITING(@) | DONE >>> #+STARTUP: lognotestate >> >> Won't that conflict with org-use-fast-todo-selection for changing >> state? >> >> #+SEQ_TODO: TODO(t) STARTED(s) WAITING(w) APPT(a) INVOICE(i) | >> DONE(d) DEFERRED(p) CANCELLED(c) >> >> Is there a way to specify both? > > Yes. > > #+SEQ_TODO: TODO(t) STARTED(s) WAITING(w@) APPT(a) INVOICE(i@) | > DONE(d) DEFERRED(p@) CANCELLED(c@) > > The only restriction is that you no longer can use "@" as a > selection character for fast TODO selection. Great! Thanks! :) -Bernt