From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Bug in column mode where parent has TODO [#A] [/] Date: Sat, 12 Feb 2011 08:14:53 -0500 Message-ID: <87bp2hbdiq.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=49802 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PoFJT-0003AH-VN for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 08:15:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PoFJQ-00026F-Vf for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 08:14:59 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:35621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PoFJQ-00025g-S6 for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 08:14:56 -0500 In-Reply-To: (Luke Crook's message of "Sat, 12 Feb 2011 02:39:50 +0000 (UTC)") 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: Luke Crook Cc: emacs-orgmode@gnu.org Hi Luke, This problem was fixed in master on February 4 after release_7.4 in commit 28b88bbb11289d6c8d39ccc8dc420e7051fc0d4c. Regards, Bernt Luke Crook writes: > In column mode, if I modify the TODO status of a subtree then > the priority of the parent becomes manged. > > I am using org-version 7.4 > > For example; > > ** TODO [#A] [2/3] BLAH > *** TODO BLEE > > When in column mode, changing the subheading to something other than > TODO results in the following: > > ** TODO [#[2/3]/3] BLAH > *** PENDING Blee > > The priority is removed. Adding the priority back, results in this > > ** TODO [#A] [#[2/3]/3] BLAH > *** PENDING Blee > > And changing the subheading again (when in column mode) to something > other than TODO results in this; > > ** TODO [#[2/3]2/3]]/3] BLAH > *** PENDING Blee > > -Luke > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode