From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Bug: editing priority in column view Date: Fri, 20 Feb 2009 11:05:15 +0100 Message-ID: <477D00D2-222E-49F7-A728-6D5A7462289B@uva.nl> References: <499D8C1C.6080908@gmail.com> Mime-Version: 1.0 (Apple Message framework v930.3) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LaSFz-00014P-Eu for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 05:05:19 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LaSFx-000136-73 for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 05:05:18 -0500 Received: from [199.232.76.173] (port=46458 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LaSFw-00012z-Um for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 05:05:17 -0500 Received: from mail-bw0-f160.google.com ([209.85.218.160]:63288) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LaSFw-0005l1-EL for emacs-orgmode@gnu.org; Fri, 20 Feb 2009 05:05:16 -0500 Received: by mail-bw0-f160.google.com with SMTP id 4so2307238bwz.18 for ; Fri, 20 Feb 2009 02:05:16 -0800 (PST) In-Reply-To: <499D8C1C.6080908@gmail.com> 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: Wanrong Lin Cc: emacs-orgmode@gnu.org Fixed, thanks. - Carsten On Feb 19, 2009, at 5:43 PM, Wanrong Lin wrote: > Hi, > > I have a column view configuration like this: > > (setq org-columns-default-format (format "%%%iITEM(Task) %%10TODO % > %20SCHEDULED %%1PRIORITY(P) %%TAGS(TAGS) %%6Effort(EST){:} % > %CLOCKSUM(CLK)" (- fill-column 24))) > > And I have a org-file "Test.org" with following entry: > > * TODO Test1 > *** TODO Test2 > SCHEDULED: <2009-02-19 Thu> > > If I run "org-agenda-list", and then "org-agenda-columns", and then > move the cursor to the "P" field of "Test2" line, press "e", and > then press "a" in minibuffer, things are strange now: > > 1. At first, it worked fine. I could see "Test2" has priority "A" in > both the agenda buffer and the "Test.org" buffer. > 2. I manually removed the "[#A]" in the "Test2" line of "Test.org" > buffer, saved the file and KILLED the "Test.org" buffer > 3. In the agenda buffer (still in column view), I pressed "g" (to > refresh). I could see "Test.org" was reopened in a buffer. > 4. Now I redo the priority editing in the agenda buffer, nothing > changed in the agenda buffer, and after examining "Test.org" buffer, > I found the priority "A" goes to the parent item "Test1". So I got > this in the "Test.org" buffer: > > * TODO [#A] Test1 > *** TODO Test2 > SCHEDULED: <2009-02-19 Thu> > > It seems the order of file opening and column view creation will > affect org's behavior. > > I am using 6.22b, the latest release. > > Wanrong > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode