From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Pluim Subject: Re: Excluding DONE todo items from the agenda Date: Fri, 03 Dec 2010 12:06:34 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=34647 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1POTTW-0007eo-5R for emacs-orgmode@gnu.org; Fri, 03 Dec 2010 06:06:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1POTTV-0001dD-Ah for emacs-orgmode@gnu.org; Fri, 03 Dec 2010 06:06:49 -0500 Received: from lo.gmane.org ([80.91.229.12]:53973) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1POTTV-0001cy-21 for emacs-orgmode@gnu.org; Fri, 03 Dec 2010 06:06:49 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1POTTS-000390-JC for emacs-orgmode@gnu.org; Fri, 03 Dec 2010 12:06:46 +0100 Received: from lns-bzn-49f-81-56-191-143.adsl.proxad.net ([81.56.191.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Dec 2010 12:06:46 +0100 Received: from rpluim by lns-bzn-49f-81-56-191-143.adsl.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 03 Dec 2010 12:06:46 +0100 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 Robert Pluim writes: > Hi, > > is there a way to not show TODO items that are DONE in the agenda view > ('C-aa') by default? It seems I have them showing up because they have a > deadline, but when they're done, that doesn't matter anymore :) And I've now found: org-agenda-skip-deadline-if-done which works perfectly. It must be time for lunch, I didn't see that in my apropos search. Regards Robert