From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Org 5.05 bug with org-agenda-skip-deadline-if-done Date: Wed, 22 Aug 2007 12:58:12 -0400 Message-ID: <874pir5wwr.fsf@gollum.intra.norang.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 1INtXM-0001AZ-OD for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 12:58:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INtXL-00018P-2G for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 12:58:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INtXK-000189-O5 for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 12:58:30 -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 1INtXK-0003Uq-9k for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 12:58:30 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1INtXD-0003sd-R4 for emacs-orgmode@gnu.org; Wed, 22 Aug 2007 18:58:23 +0200 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([74.119.210.211]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2007 18:58:23 +0200 Received: from bernt by cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Aug 2007 18:58:23 +0200 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 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