From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Bug with time summary in column view? Date: Wed, 25 Nov 2009 13:25:37 +0100 Message-ID: References: <20091124205627.GA7194@cs.dal.ca> <20091124215131.GA2013@yog-sothoth.mohorovi.cc> <20091125020514.GB2013@yog-sothoth.mohorovi.cc> Mime-Version: 1.0 (Apple Message framework v936) 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 1NDGwO-00026p-3J for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 07:25:48 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDGwI-00025X-Q4 for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 07:25:47 -0500 Received: from [199.232.76.173] (port=45219 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDGwI-00025L-FP for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 07:25:42 -0500 Received: from ey-out-1920.google.com ([74.125.78.144]:36578) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDGwI-0005sH-87 for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 07:25:42 -0500 Received: by ey-out-1920.google.com with SMTP id 3so2279424eyh.34 for ; Wed, 25 Nov 2009 04:25:41 -0800 (PST) In-Reply-To: <20091125020514.GB2013@yog-sothoth.mohorovi.cc> 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, thanks for fixing this so quickly. I have applied the patch. - Carsten On Nov 25, 2009, at 3:05 AM, James TD Smith wrote: > Hi Matt and Norbert, > > On 2009-11-24 19:00:18(-0500), Matt Lundin wrote: >> James TD Smith writes: >>> 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 > > 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? > > James > > -- > |---| > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten