From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: Re: switching between todo groups Date: Fri, 02 Nov 2007 16:05:25 +0100 Message-ID: References: <7qir4l4ghj.fsf@home.net> <877il0d7gw.fsf@bzg.ath.cx> <874pg4bqah.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 1Iny5U-000495-Pt for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 11:05:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iny5U-00047f-03 for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 11:05:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iny5T-00047A-Os for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 11:05:31 -0400 Received: from fk-out-0910.google.com ([209.85.128.190]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iny5T-0000l9-6l for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 11:05:31 -0400 Received: by fk-out-0910.google.com with SMTP id 19so1061231fkr for ; Fri, 02 Nov 2007 08:05:30 -0700 (PDT) In-Reply-To: <874pg4bqah.fsf@bzg.ath.cx> (Bastien's message of "Fri\, 02 Nov 2007 15\:49\:58 +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: > >>> Seq1: k1 k2 k3 | k0 >>> Seq2: ka k1 kb kc | k0 >>> >>> If a headline starts with k1, how Org would know what should be the next >>> logical keyword? k2 or kb? For now, it uses k2, ignoring Seq2. >> >> Occam's razor. Simplest solution. The first one unless the user selects >> the second group and this is "remembered" in memory for the duration of >> the session or the user changes it again. Certainly better than showing >> two groups but only allowing selection of first group. > > 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. It is only to be remembered for the life of the session. > > Even if we imagine some internal mechanism to keep track of sets > changes, how do the user knows what is the current set in use for > a headline, if its TODO keyword belongs to several sets? He knows because he set it. If he is unsure he can just loop around back with the status showing which is the current sequence group- > > Should this be "remembered" between emacs sessions as well?? > I am not suggesting anything is remembered between sessions.