From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: DONE todo's in agenda view Date: Sat, 17 Jan 2009 15:34:20 -0500 Message-ID: <87hc3xu0xf.fsf@gollum.intra.norang.ca> References: <87y6xa9ceg.wl%bremner@pivot.cs.unb.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 1LOHsM-0003sY-3N for emacs-orgmode@gnu.org; Sat, 17 Jan 2009 15:34:38 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LOHsK-0003sJ-EF for emacs-orgmode@gnu.org; Sat, 17 Jan 2009 15:34:37 -0500 Received: from [199.232.76.173] (port=41781 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LOHsK-0003s9-9F for emacs-orgmode@gnu.org; Sat, 17 Jan 2009 15:34:36 -0500 Received: from mho-02-bos.mailhop.org ([63.208.196.179]:57660) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LOHsK-0001X4-1J for emacs-orgmode@gnu.org; Sat, 17 Jan 2009 15:34:36 -0500 In-Reply-To: <87y6xa9ceg.wl%bremner@pivot.cs.unb.ca> (David Bremner's message of "Sat\, 17 Jan 2009 11\:32\:07 -0400") 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: David Bremner Cc: emacs-orgmode@gnu.org David Bremner writes: > I'm a bit embarrassed to ask this, because it seems like it must be a > FAQ, but I'm stuck. > > I have > > (setq org-agenda-skip-scheduled-if-done t) > (setq org-agenda-skip-deadline-if-done t) > > in my .emacs, but there are still many DONE todos in my weekly agenda > (C-c a a) > > Can someone give me a hint what I should look for? Have I > misunderstood the documentation? I am using org-mode 6.16c (debian > unstable package) and emacs 22.2.1 I have the same settings. The only DONE tasks that show up for me are the ones with active timestamps. Most of my tasks use inactive timestamps (in []) but I have the odd one that uses an active timestamp (in <>) and that stays on my agenda after it's done. Could that be your situation? -Bernt