From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Bug with time summary in column view? Date: Thu, 26 Nov 2009 07:18:42 +0100 Message-ID: <294E8750-E1C3-4EA8-85F6-E5DD62199F1D@gmail.com> References: <20091124205627.GA7194@cs.dal.ca> <20091124215131.GA2013@yog-sothoth.mohorovi.cc> <20091125020514.GB2013@yog-sothoth.mohorovi.cc> <20091125094324.GC7194@cs.dal.ca> <20091125122508.GF7194@cs.dal.ca> 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 1NDXgr-0006Qi-3D for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 01:18:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDXgl-0006P8-Ih for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 01:18:51 -0500 Received: from [199.232.76.173] (port=44138 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDXgl-0006Ov-50 for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 01:18:47 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:64046) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDXgk-00038v-Um for emacs-orgmode@gnu.org; Thu, 26 Nov 2009 01:18:47 -0500 Received: by ewy24 with SMTP id 24so463664ewy.26 for ; Wed, 25 Nov 2009 22:18:45 -0800 (PST) In-Reply-To: <20091125122508.GF7194@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: Norbert Zeh Cc: emacs-orgmode@gnu.org On Nov 25, 2009, at 1:25 PM, Norbert Zeh wrote: > 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? This is, unfortunately, very hard to fix. A partial remedy could be (setq org-agenda-skip-scheduled-if-deadline-is-shown t) but it works the other way round, and I cannot easily make a variable org-agenda-skip-deadline-if-scheduled-is-shown. - Carsten