From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: switching between todo groups Date: Sat, 03 Nov 2007 14:43:31 +0100 Message-ID: References: <7qir4l4ghj.fsf@home.net> <877il0d7gw.fsf@bzg.ath.cx> <874pg4bqah.fsf@bzg.ath.cx> <873avor1i9.fsf@bzg.ath.cx> <87hck38l2b.fsf@bzg.ath.cx> 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 1IoJHn-0000Zj-5Q for emacs-orgmode@gnu.org; Sat, 03 Nov 2007 09:43:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IoJHl-0000XE-Fk for emacs-orgmode@gnu.org; Sat, 03 Nov 2007 09:43:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IoJHl-0000X8-Bz for emacs-orgmode@gnu.org; Sat, 03 Nov 2007 09:43:37 -0400 Received: from fk-out-0910.google.com ([209.85.128.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IoJHl-0008LN-8F for emacs-orgmode@gnu.org; Sat, 03 Nov 2007 09:43:37 -0400 Received: by fk-out-0910.google.com with SMTP id 19so1989737fkr for ; Sat, 03 Nov 2007 06:43:36 -0700 (PDT) In-Reply-To: <87hck38l2b.fsf@bzg.ath.cx> (Bastien's message of "Sat\, 03 Nov 2007 14\:23\:24 +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: Bastien Cc: emacs-orgmode@gnu.org Bastien writes: > Richard G Riley writes: > >>> I think I need an example to see how such a piece of information could >>> be used... can you provide one? >> >> I'm not sure I understand. >> >> I set the todo sequence for a particular task and it remembers, for >> the life of the session, which is the sequence in use for that task. > > My question is: 1) how do you make org.el "remember" what sequence is in > use for a particular task? 2) how do you tell the user what sequence is > in use for a particular task? At a guess internally a certain task is remembered via a task id or something. If its not possible or not worth it, fine - no big deal. But there is a bug in the latest in that it says there are two sets of todo sequences but wont allow selection of the second one. > > The reason behind my suggestion to use "TODO_1 NEXT_1 | DONE_1" is that > it solves both questions without requiring anothing new. You can even It's effectively different keywords so doesn't really solve anything and is just the current "way" :-; If there is no current "remembering" of tasks then I'm happy to forget I asked - it was merely a "nice to have".