From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: switching between todo groups Date: Fri, 02 Nov 2007 15:49:58 +0000 Message-ID: <874pg4bqah.fsf@bzg.ath.cx> References: <7qir4l4ghj.fsf@home.net> <877il0d7gw.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 1Inxqn-0001Y0-4n for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 10:50:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Inxql-0001XA-GF for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 10:50:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Inxqk-0001X3-Mq for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 10:50:19 -0400 Received: from mu-out-0910.google.com ([209.85.134.189]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Inxqk-0001xz-8X for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 10:50:18 -0400 Received: by mu-out-0910.google.com with SMTP id i2so1188700mue for ; Fri, 02 Nov 2007 07:50:17 -0700 (PDT) In-Reply-To: (Richard G. Riley's message of "Fri, 02 Nov 2007 15:16:05 +0100") 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 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? 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? Should this be "remembered" between emacs sessions as well?? ... -- Bastien