emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Wanrong Lin <wanrong.lin@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Bug: editing priority in column view
Date: Thu, 19 Feb 2009 11:43:08 -0500	[thread overview]
Message-ID: <499D8C1C.6080908@gmail.com> (raw)

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

             reply	other threads:[~2009-02-19 16:43 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-19 16:43 Wanrong Lin [this message]
2009-02-20 10:05 ` Bug: editing priority in column view Carsten Dominik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=499D8C1C.6080908@gmail.com \
    --to=wanrong.lin@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).