From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Lundin Subject: Re: DONE items in agenda Date: Fri, 13 Feb 2009 12:08:19 -0600 Message-ID: <87fxiiky5o.fsf@fastmail.fm> References: <407c66ac0902130944k7ab1a278gfa2139c4ba2a389c@mail.gmail.com> 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 1LY2S5-0006sh-TY for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 13:07:49 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LY2S4-0006rm-0e for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 13:07:49 -0500 Received: from [199.232.76.173] (port=51904 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LY2S3-0006rh-SF for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 13:07:47 -0500 Received: from out5.smtp.messagingengine.com ([66.111.4.29]:37114) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LY2S3-0007oy-HA for emacs-orgmode@gnu.org; Fri, 13 Feb 2009 13:07:47 -0500 In-Reply-To: <407c66ac0902130944k7ab1a278gfa2139c4ba2a389c@mail.gmail.com> (JBash's message of "Fri, 13 Feb 2009 12:44:34 -0500") 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: JBash Cc: emacs-orgmode@gnu.org Hi Jerry, JBash writes: > I have done something to break my desired behavior, which is to exclude > DONE items from the agenda views. In the process of trying to fix it, > I've run across what appears to be an inconsistency in the FAQ and the > customize-variable definitions. Or maybe I'm interpreting it > incorrectly... (quite likely, since I still can't get back to my > desired behavior...) It looks like emacs says non-nil skips over DONE > items, but the FAQ says nil skips over done items. Am I reading this > wrong? That is indeed a mistake in the FAQ. I just fixed it; the update should be on Worg shortly. Thanks for finding this. You'll want to set org-agenda-skip-scheduled-if-done to on (t) to exclude the DONE items. > I've also tried changing org-agenda-include-all-todo, but still get > SCHEDULED, DONE items in the agenda view. What am I missing? org-agenda-include-all-todo controls whether a list of all active todos is added to the daily/weekly agenda view. It does not control whether DONE items appear in the agenda. Thanks again, Matt