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:10:16 +0100 Message-ID: References: <7qir4l4ghj.fsf@home.net> <877il0d7gw.fsf@bzg.ath.cx> <874pg4bqah.fsf@bzg.ath.cx> <873avor1i9.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 1IoIld-0008K6-CL for emacs-orgmode@gnu.org; Sat, 03 Nov 2007 09:10:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IoIlb-0008HI-JS for emacs-orgmode@gnu.org; Sat, 03 Nov 2007 09:10:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IoIlb-0008Gw-CS for emacs-orgmode@gnu.org; Sat, 03 Nov 2007 09:10:23 -0400 Received: from mu-out-0910.google.com ([209.85.134.186]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IoIlb-0004oj-1j for emacs-orgmode@gnu.org; Sat, 03 Nov 2007 09:10:23 -0400 Received: by mu-out-0910.google.com with SMTP id i2so1801257mue for ; Sat, 03 Nov 2007 06:10:20 -0700 (PDT) In-Reply-To: <873avor1i9.fsf@bzg.ath.cx> (Bastien's message of "Fri\, 02 Nov 2007 17\:38\: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: Bastien Cc: emacs-orgmode@gnu.org Bastien writes: > Richard G Riley writes: > >>> Mh... how do you "remember" what set you're using for en entry? >> >> I don't know the details of the elisp but I assume that for one open >> file there is a "current sequence" variable? It is initialised to the >> first. > > `org-todo-sets' is buffer-local and is a list of keywords sets. > > AFAIK there is no variable identifying the "current sequence". > > And I don't know if such a variable would be useful, because the > "current sequence" has no sense outside each specific headline. > > BTW, having slightly different keywords could be a temporary > workaround. What about: > > #+SEQ_TODO: TODO_1 | DONE_1 > #+SEQ_TODO: TODO_2 NEXT WAITING | DONE_2 > >> It is only to be remembered for the life of the session. > > 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. Nothing more, nothing less and not very, very important, just "nice". Reason? I want "Done", "Cancelled" on all or most sequences.