From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Org-mode version 6.32trans (release_6.32b.127.g471c2); Tasks with blank effort show up as 0:00 Date: Wed, 11 Nov 2009 07:12:26 -0500 Message-ID: <87aaytqmz9.fsf@gollum.intra.norang.ca> References: <200911091552.nA9FqtQZ025225@gollum.intra.norang.ca> <20091110030633.GD1426@yog-sothoth.mohorovi.cc> <87ocnavax3.fsf@gollum.intra.norang.ca> <20091111052241.GE1426@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 1N8C3u-0002Xo-Bk for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 07:12:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N8C3q-0002Po-6s for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 07:12:33 -0500 Received: from [199.232.76.173] (port=50962 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N8C3p-0002PI-P0 for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 07:12:29 -0500 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:65251) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N8C3p-0005RL-Gf for emacs-orgmode@gnu.org; Wed, 11 Nov 2009 07:12:29 -0500 In-Reply-To: <20091111052241.GE1426@yog-sothoth.mohorovi.cc> (James TD Smith's message of "Wed\, 11 Nov 2009 05\:22\:41 +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 James TD Smith writes: > Hi Bernt, > > On 2009-11-10 07:09:28(-0500), Bernt Hansen wrote: >> James TD Smith writes: >> > On 2009-11-09 10:52:55(-0500), Bernt Hansen wrote: >> >> As part of my weekly review I look for NEXT tasks with no effort >> >> defined. A recent change to org-mode now displays entries with no >> >> Effort property as 0:00 in column view -- these used to be blank. >> >> This is less convenient for me since it's easy to miss tasks with no >> >> effort defined when they don't stand out in the list. >> > >> > Can you try applying d8865d62646977a2fb15917d63eee680e3ad12e3 in the bugfixes >> > branch at yog-sothoth.mohorovi.cc? That should fix it. >> >> I tried this patch by cherry picking it on top of >> e8fbed7 (Better error message when creating block diary entry but no mark exists, 2009-11-10) >> but it doesn't seem to help. >> >> I created a remember task with no PROPERTY..END drawer and column view >> shows the estimated column as 0:00 instead of blank. > > Ah, I missed the add_times summary off my columns deinfition when I was trying > to fix this yesterday. Try commit ca60156d. Hi James, I think this commit works. I tried ca60156d on top of the latest origin/master without the d8865d commit and it seems to work. Do I need both? -Bernt