From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: omitting done TODOs from custom agenda Date: Mon, 13 Sep 2010 14:42:11 -0400 Message-ID: <87k4mpxz7g.fsf@archdesk.localdomain> References: <877hiqj7h3.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=43609 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvDzG-0001Vx-IP for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 14:44:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvDyn-0000qG-Te for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 14:42:15 -0400 Received: from out2.smtp.messagingengine.com ([66.111.4.26]:49411) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvDyn-0000qA-QW for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 14:42:13 -0400 In-Reply-To: <877hiqj7h3.fsf@ericabrahamsen.net> (Eric Abrahamsen's message of "Mon, 13 Sep 2010 17:52:40 +0800") 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: Eric Abrahamsen Cc: emacs-orgmode@gnu.org Eric Abrahamsen writes: > I'm having a bit of confusion: I've created my own TODO sequences with > org-todo-keywords, in this case (sequence "CONTACT(n)" "REPLY(r)" "|" > "CONTACTED(e@)"). Then I've got a custom agenda defined using > org-agenda-custom-commands, where there's a weekly view on top and some > TODO items below. When I start this agenda view, and mark one of the > TODO items as CONTACTED, it doesn't disappear from the agenda view. It's > very clearly marked as done in the original org file, but it stays in > agenda. I've looked at all the extra variables for a custom agenda > command, and there doesn't seem to be one that say "don't show completed > items". A simple question: Are you refreshing the agenda after marking the item done (i.e., CONTACTED)? Similarly, do the inactive items (i.e., CONTACTED) remain when you invoke the agenda view the again. Inactive todos do not disappear from the agenda until it is refreshed (r). > These items are part of a tag-todo statment, where the selecting regexp > is a tag, not a particular todo keyword, so I wouldn't think I've done > anything to force it to display these todo keywords. Would you mind sharing your custom agenda command? Best, Matt