From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luke Crook Subject: Bug in column mode where parent has TODO [#A] [/] Date: Sat, 12 Feb 2011 02:39:50 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=57321 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Po5P4-0007qs-1I for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 21:40:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Po5P3-0004Cy-Ar for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 21:40:06 -0500 Received: from lo.gmane.org ([80.91.229.12]:41014) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Po5P3-0004Cr-3G for emacs-orgmode@gnu.org; Fri, 11 Feb 2011 21:40:05 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Po5Oz-0002PF-Hk for emacs-orgmode@gnu.org; Sat, 12 Feb 2011 03:40:01 +0100 Received: from 147.21.8.1 ([147.21.8.1]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Feb 2011 03:40:01 +0100 Received: from luke by 147.21.8.1 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Feb 2011 03:40:01 +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 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