From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Re: State excluded in agenda Date: Thu, 15 Nov 2007 12:49:08 -0400 Message-ID: References: <473C74F8.6070103@gmail.com> Mime-Version: 1.0 (Apple Message framework v912) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ishub-0002G0-8I for emacs-orgmode@gnu.org; Thu, 15 Nov 2007 11:49:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IshuS-00026J-Ot for emacs-orgmode@gnu.org; Thu, 15 Nov 2007 11:49:52 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IshuS-00025h-AA for emacs-orgmode@gnu.org; Thu, 15 Nov 2007 11:49:44 -0500 Received: from johnwiegley.com ([208.70.150.153] helo=mail.johnwiegley.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IshuQ-0001zm-N9 for emacs-orgmode@gnu.org; Thu, 15 Nov 2007 11:49:43 -0500 In-Reply-To: <473C74F8.6070103@gmail.com> 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: Wanrong Lin Cc: emacs-orgmode@gnu.org I just make "CANCELLED" a DONE state, since it represent a state from which no further transitions can take place. You might also consider a "DEFERRED" state, for tasks you are pushing into the indefinite future. John On Nov 15, 2007, at 12:34 PM, Wanrong Lin wrote: > I have a "CANCELED" TODO state. When I change a scheduled item to > this state, I do not want it to show up in the agenda. I still want > to keep the original scheduled date or deadline though just in case > later I need to activate it again. I can do some tricks like turning > the schedule/deadline time stamp into an inactive one. But I think > it would be neater if we can have a list of TODO states that will be > excluded from the agenda view. Right now the "DONE" state seems to > be the only one excluded.