From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: Bug with time summary in column view? Date: Tue, 24 Nov 2009 19:00:18 -0500 Message-ID: References: <20091124205627.GA7194@cs.dal.ca> <20091124215131.GA2013@yog-sothoth.mohorovi.cc> 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 1ND5J7-0003xM-Nx for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 19:00:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ND5J2-0003qw-43 for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 19:00:28 -0500 Received: from [199.232.76.173] (port=51946 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ND5J1-0003ql-PI for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 19:00:23 -0500 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:52546) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ND5J1-00080P-Jw for emacs-orgmode@gnu.org; Tue, 24 Nov 2009 19:00:23 -0500 In-Reply-To: <20091124215131.GA2013@yog-sothoth.mohorovi.cc> (James TD Smith's message of "Tue, 24 Nov 2009 21:51:31 +0000") 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: James TD Smith Cc: emacs-orgmode@gnu.org Hi James, James TD Smith writes: > Hi Norbert, > > On 2009-11-24 16:56:27(-0400), Norbert Zeh wrote: >> I just tried the latest org-mode version 6.33f, and I've run into the >> following problem that is not there with version 6.32b but which I can >> also reproduce with version 6.33c (sorry didn't try any other versions). > > I've just tried this with the latest org-mode from git and it seems to > be working fine. There have been no changes to column view since 6.33f > was tagged. I'm experiencing the same problem the OP reports (i.e., no effort or clocksum summaries) when viewing columns in the agenda. I reported this in an earlier email: http://article.gmane.org/gmane.emacs.orgmode/19937 I'm using the most recent git version with: GNU Emacs 23.1.1 (i386-apple-darwin9.2.1, NS apple-appkit-949.27) It also occurs on my Linux box. The behavior was introduced with the following commit: --8<---------------cut here---------------start------------->8--- commit b81fae4c3fa39a15bda5e58016fe9dec28e38c18 Author: James TD Smith Date: Tue Nov 10 02:42:17 2009 +0000 More bugfixes for agenda column view Make org-agenda-columns-summarize work properly with the new summary types. It was assuming the values should be summarised by adding them together. It' now updated to use the summary functions in org-columns-compile-map, and als handles summary types with calculated values properly. Leave calculated columns blank if there is no underlying value. Don't return zero if a property is missing. Changes are also applied to xemacs colview. --8<---------------cut here---------------end--------------->8--- - Matt