From mboxrd@z Thu Jan 1 00:00:00 1970 From: Norbert Zeh Subject: Re: Bug with time summary in column view? Date: Wed, 25 Nov 2009 08:25:08 -0400 Message-ID: <20091125122508.GF7194@cs.dal.ca> References: <20091124205627.GA7194@cs.dal.ca> <20091124215131.GA2013@yog-sothoth.mohorovi.cc> <20091125020514.GB2013@yog-sothoth.mohorovi.cc> <20091125094324.GC7194@cs.dal.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 1NDGvr-00022F-VT for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 07:25:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDGvm-000214-5F for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 07:25:14 -0500 Received: from [199.232.76.173] (port=45203 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDGvk-00020r-Vl for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 07:25:09 -0500 Received: from hammer.cs.dal.ca ([129.173.22.32]:60825) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDGvk-0005oO-PD for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 07:25:08 -0500 Received: from monad.zehub.ca (NZeh.CS.Dal.Ca [129.173.213.24]) by hammer.cs.dal.ca (Postfix) with ESMTP id 7AFC2503BD for ; Wed, 25 Nov 2009 08:25:05 -0400 (AST) Received: from nzeh by monad.zehub.ca with local (Exim 4.69) (envelope-from ) id 1NDGvk-00032H-5H for emacs-orgmode@gnu.org; Wed, 25 Nov 2009 08:25:08 -0400 Content-Disposition: inline In-Reply-To: <20091125094324.GC7194@cs.dal.ca> 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: emacs-orgmode@gnu.org Norbert Zeh [2009.11.25 543 -0400]: > Hi James, > > thanks for looking into this, and fixing it. I'd be happy to test. > Just one question. If I don't want to overwrite my stable version of > org mode that's installed and I choose to install the git version in a > separate location, how to I instruct emacs to use the git version > instead of the stable one? > > Cheers, > Norbetr Alright, while we're at it ;), here's another somewhat unexpected behaviour. I'm not even sure this should be considered a bug, but it's more a matter of defining what the right behaviour should be. If I have an entry with an effort estimate of, say, 1:00 and it is shown in today's agenda because it is scheduled today and the deadline is in 2 days, the 1:00 time effort is counted twice in the effort summary for the day. To me, this doesn't make much sense, as it's only one task, not two. So, if I were to choose how to treat this situation, I would simply say that all entries shown because of their deadline should not be listed in this summary. Then, of course, this may not be the right rule in all situations. Any ideas how one could let the user specify on a per-column basis whether entries shown because of a deadline should be included in the summary or not? Cheers, Norbert