From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: log on state change Date: Fri, 14 Sep 2007 21:38:18 +0200 Message-ID: References: <87abs6j0av.fsf@myhost.localdomain> <80a402f23c7118339350ce5d35a99836@science.uva.nl> <87wsut872e.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 (Apple Message framework v624) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IWGzg-0005LX-37 for emacs-orgmode@gnu.org; Fri, 14 Sep 2007 15:38:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IWGzc-0005KM-Cq for emacs-orgmode@gnu.org; Fri, 14 Sep 2007 15:38:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IWGzc-0005KJ-4p for emacs-orgmode@gnu.org; Fri, 14 Sep 2007 15:38:20 -0400 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IWGzb-0007nB-OT for emacs-orgmode@gnu.org; Fri, 14 Sep 2007 15:38:19 -0400 In-Reply-To: <87wsut872e.fsf@gollum.intra.norang.ca> 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: Bernt Hansen Cc: emacs-orgmode@gnu.org 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. - Carsten