From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: Bug with time summary in column view? Date: Wed, 25 Nov 2009 07:15:08 -0500 Message-ID: References: <20091124205627.GA7194@cs.dal.ca> <20091124215131.GA2013@yog-sothoth.mohorovi.cc> <20091125020514.GB2013@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 1NDGmD-0006KH-0U for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 07:15:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDGm8-0006EW-4T for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 07:15:16 -0500 Received: from [199.232.76.173] (port=52025 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDGm7-0006EF-S9 for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 07:15:11 -0500 Received: from out4.smtp.messagingengine.com ([66.111.4.28]:45678) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDGm7-0004oI-PV for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 07:15:11 -0500 In-Reply-To: <20091125020514.GB2013@yog-sothoth.mohorovi.cc> (James TD Smith's message of "Wed, 25 Nov 2009 02:05:14 +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: Matt Lundin , emacs-orgmode@gnu.org Hi James, James TD Smith writes: >> 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 > > Ah, I missed that. Sorry. > > I've looked into this further and found what I think was causing it. The code > which calculates the summaries in the agenda was mixing up properties and > titles, and failing to find the data it was supposed to be summarising. It > worked if there was no title set on the column being summarised, which is why > the test I did earlier seemed OK. > > It should be fixed now, there's a patch (b0eaeaa) for this in the bugfixes branch at > git://yog-sothoth.mohorovi.cc/org-mode. > > Can one of you give it a try and confirm it fixes your problem? The patch fixes the problem. Thanks. - Matt