From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Moynihan Subject: 4.69 and Multiple TODO Sequences in a file Date: Wed, 21 Mar 2007 10:53:06 +0000 Message-ID: <46010E92.1090004@calicojack.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HTySq-0001X2-ME for emacs-orgmode@gnu.org; Wed, 21 Mar 2007 06:54:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HTySo-0001Sy-IX for emacs-orgmode@gnu.org; Wed, 21 Mar 2007 06:54:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HTySo-0001S1-CG for emacs-orgmode@gnu.org; Wed, 21 Mar 2007 05:54:42 -0500 Received: from storm.bpweb.net ([83.223.106.8]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HTyR7-0007pk-KU for emacs-orgmode@gnu.org; Wed, 21 Mar 2007 06:52:58 -0400 Received: from [192.168.0.205] (81-86-30-78.dsl.pipex.com [81.86.30.78]) (authenticated bits=0) by storm.bpweb.net (8.13.1/8.13.1) with ESMTP id l2LAqm2M011713 for ; Wed, 21 Mar 2007 10:52:48 GMT 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 Wow! Barely a week from submitting the idea, and it's implemented in org-mode! This is great! A minor issue I have with the implementation is that it if you have enabled: #+STARTUP: lognotestate org-mode will prompt you for a note when transitioning between different sequences in addition to when cycling through a specific sequence. I can imagine there may be situations where you would want to be able to hop between sequences, and log the notestates as you do. However I'd like to ONLY be prompted for a note when transitioning within a sequence e.g with the following sequences: #+SEQ_TODO: TODO DONE #+SEQ_TODO: BUGREPORT BUG KNOWNCAUSE RESOLVED #+SEQ_TODO: FEATUREREQUEST APPROVED IMPLEMENTED When transitioning from TODO -> DONE or from BUGREPORT -> BUG etc (with M-left/right), I'd like to be prompted for a note, but when cycling through TODO -> BUGREPORT -> FEATUREREQUEST (with C-M-left/right) I'd like there to be no prompting or logging. I'm guessing this would be the behavior most people would expect, and a reasonable default with a variable to allow logging of transitions between sequences. Though I might be wrong :) Anyway, thanks a million for implementing multiple sequences! R.