From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer Stengele Subject: Re: Org 5.05 bug with org-agenda-skip-deadline-if-done Date: Wed, 22 Aug 2007 23:11:30 +0200 Message-ID: References: <874pir5wwr.fsf@gollum.intra.norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INxcY-0002yj-70 for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 17:20:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INxcW-0002xx-HZ for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 17:20:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INxcW-0002xu-Er for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 17:20:08 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1INxcW-0006AF-49 for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 17:20:08 -0400 Received: from root by ciao.gmane.org with local (Exim 4.43) id 1INxcQ-0004fb-Ow for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 23:20:02 +0200 Received: from p57af35ce.dip0.t-ipconnect.de ([87.175.53.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2007 23:20:02 +0200 Received: from rainer.stengele by p57af35ce.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2007 23:20:02 +0200 In-Reply-To: <874pir5wwr.fsf@gollum.intra.norang.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 Bernt Hansen schrieb: > Hi Carsten, > > I have org-agenda-skip-deadline-if-done set to nil. > > When I start the agenda in 5.05 I get lots of completed TODOs with old > deadlines showing up in red like this: > > ,----[ partial agenda display for today ] > | ... > | client1: In -344 d.: DONE Old Task 1 > | client1: In -138 d.: DONE Old Task 2 > | client1: In -188 d.: DONE Old Task 3 > | client1: In -117 d.: DONE Old Task 4 > | client1: In -233 d.: DONE Old Task 5 > | client1: In -114 d.: DONE Old Task 6 > | client1: In -138 d.: DONE Old Task 7 > | client1: In -103 d.: DONE Old Task 8 > | client1: In -206 d.: DONE Old Task 9 > | client1: In -187 d.: DONE Old Task 10 > | ... > `---- > > This changed from 5.04 > > I took a quick look at the code changes but the fix isn't obvious to me. > > Regards, > Bernt confirmed. for the moment I set (setq org-agenda-skip-deadline-if-done t) but would stay with the old behavior. Rainer