From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: agenda column view bug Date: Mon, 16 Jun 2008 10:39:18 -0400 Message-ID: <87lk15a1gp.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K8GCb-0004LU-5m for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 11:01:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K8GCZ-0004KM-Kv for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 11:01:00 -0400 Received: from [199.232.76.173] (port=54664 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K8GCZ-0004KF-Ge for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 11:00:59 -0400 Received: from [206.222.19.114] (port=41224 helo=mail.planet-mofo.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1K8GCY-0005Hw-Tu for emacs-orgmode@gnu.org; Mon, 16 Jun 2008 11:00:59 -0400 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: Carsten Dominik Cc: org-mode mailing list Hi Carsten, I'm using Org-mode version 6.04c from commit 4c0752c7004d76483bbf8557a9c3a4a9b7d4c3bb and can't update right now because repo.or.cz is down so maybe this is fixed already. In the agenda if you go to column view on an entry without an Effort: value the S-left and S-right fail to change the data - the value just stays blank. If you edit it to a value in the list (using e 0) then the S-arrows work again. I'm using the following setup: (setq org-global-properties '(("Effort_ALL" . "0 0:10 0:30 1:00 2:00 3:00 4:00 5:00 6:00 7:00 8:00 16:00 24:00 32:00 40:00 60:00 80:00 120:00"))) (setq org-columns-default-format "%40ITEM(Task) %17Effort(Estimated Effort){:} %CLOCKSUM") Keystrokes: - C-c a a - C-c C-x C-c - right arrow to Estimated Effort column - Move to a task with a blank entry - Try S-left and S-right - it refreshes the display but the effort does not change For an example task my Effort property looks like this: :PROPERTIES: :Effort: :END: Let me know if you need for information to reproduce this. Regards, Bernt