From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: switching between todo groups Date: Fri, 02 Nov 2007 14:53:35 +0000 Message-ID: <877il0d7gw.fsf@bzg.ath.cx> References: <7qir4l4ghj.fsf@home.net> 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 1InwyC-0002Zq-GA for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 09:53:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1InwyA-0002ZL-3y for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 09:53:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Inwy9-0002ZI-V1 for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 09:53:53 -0400 Received: from ug-out-1314.google.com ([66.249.92.174]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Inwy9-0003QX-Hd for emacs-orgmode@gnu.org; Fri, 02 Nov 2007 09:53:53 -0400 Received: by ug-out-1314.google.com with SMTP id a2so683033ugf for ; Fri, 02 Nov 2007 06:53:52 -0700 (PDT) In-Reply-To: <7qir4l4ghj.fsf@home.net> (Richard G. Riley's message of "Fri, 02 Nov 2007 01:51:20 +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: > Will it be possible to have same state names in different groups at > some stage? e.g Most "Subsequence" (to use a word from the info file) > would have a Done state I would think. Actually, you can already switch between sets of keywords if their *first* element is different. But imagine this: 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. This problem is not *that* fundamental when two sequences share the same k0 state, because it's more likely that this state won't change. -- Bastien