From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Org-mode 4.69 Date: Wed, 21 Mar 2007 23:21:58 +0100 Message-ID: <1a5d239e5dac5e568bbbd7187b125efa@science.uva.nl> References: <1e1d92fc98145e6b53ca8593e3b4bc3f@science.uva.nl> <6b77785f0c1e452f7a3be9b4b52ddd90@science.uva.nl> 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 1HU9Dg-0002UY-DP for emacs-orgmode@gnu.org; Wed, 21 Mar 2007 18:23:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HU9De-0002UE-25 for emacs-orgmode@gnu.org; Wed, 21 Mar 2007 18:23:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HU9Dd-0002UB-Sx for emacs-orgmode@gnu.org; Wed, 21 Mar 2007 17:23:45 -0500 Received: from korteweg.uva.nl ([146.50.98.70]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HU9Bu-0004Yj-62 for emacs-orgmode@gnu.org; Wed, 21 Mar 2007 18:21:58 -0400 In-Reply-To: <6b77785f0c1e452f7a3be9b4b52ddd90@science.uva.nl> 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 On Mar 21, 2007, at 16:11, Carsten Dominik wrote: > > On Mar 21, 2007, at 15:27, Jason F. McBrayer wrote: > >> Carsten Dominik writes: >> >>> So I think this solution is much more general and >>> workable. Lets see what other people have to say about it. >> >> All I really need it for is multiple DONE states (e.g. COMPLETED >> vs. CANCELLED). The current implementation works okay for that, >> though it's somewhat overkill. > > Not so bad, maybe: > > #+SEQ_TODO: TODO DONE > #+SEQ_TODO: RESOLVED > #+SEQ_TODO: CANCELLED Or maybe this should actually be like this:? #+SEQ_TODO: TODO | DONE RESOLVED CANCELLED - Carsten