From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-mode & multiple TODO sequences within a file. Date: Mon, 19 Mar 2007 17:25:31 +0100 Message-ID: <87bqipp5dw.fsf@bzg.ath.cx> References: <45F9783C.8050801@calicojack.co.uk> <1b5202b10a64cf5f04b443c331014035@science.uva.nl> <45FE866A.1050002@calicojack.co.uk> 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 1HTKhR-0008DR-EE for emacs-orgmode@gnu.org; Mon, 19 Mar 2007 12:27:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTKhO-000889-Si for emacs-orgmode@gnu.org; Mon, 19 Mar 2007 12:27:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTKhO-00087Z-Ke for emacs-orgmode@gnu.org; Mon, 19 Mar 2007 11:27:06 -0500 Received: from nf-out-0910.google.com ([64.233.182.191]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HTKfv-0000NG-4X for emacs-orgmode@gnu.org; Mon, 19 Mar 2007 12:25:35 -0400 Received: by nf-out-0910.google.com with SMTP id n15so1119616nfc for ; Mon, 19 Mar 2007 09:25:34 -0700 (PDT) In-Reply-To: <45FE866A.1050002@calicojack.co.uk> (Rick Moynihan's message of "Mon\, 19 Mar 2007 12\:47\:38 +0000") 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: emacs-orgmode@gnu.org Rick Moynihan writes: > I can see that my suggestion would add complexity in both code and org > files. Supporting multiple DONE states would be a nice, especially if > they integrate properly with the agenda. Maybe we could use the same grouping conventions than for tags : #+SEQ_TODO: TODO NEXT INPROGRESS WAITING { ACHIEVED DONE } That would make it easy to have several states and just a few logging steps. Consider the next sequence being just *three* states : #+SEQ_TODO: { TODO NEXT } { INPROGRESS WAITING } { ACHIEVED DONE } `-> state 1 | | `-> log-state 2 | `-> state 3 -- Bastien