From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: omitting done TODOs from custom agenda Date: Tue, 14 Sep 2010 13:07:53 +0800 Message-ID: <87bp80ewuu.fsf@ericabrahamsen.net> References: <877hiqj7h3.fsf@ericabrahamsen.net> <87k4mpxz7g.fsf@archdesk.localdomain> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=52966 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvNkX-0001XB-2G for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 01:08:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvNkV-0007LH-J6 for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 01:08:08 -0400 Received: from mail-pz0-f41.google.com ([209.85.210.41]:49113) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvNkV-0007L6-Cr for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 01:08:07 -0400 Received: by pzk26 with SMTP id 26so3651558pzk.0 for ; Mon, 13 Sep 2010 22:08:06 -0700 (PDT) In-Reply-To: <87k4mpxz7g.fsf@archdesk.localdomain> (Matt Lundin's message of "Mon, 13 Sep 2010 14:42:11 -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: Matt Lundin Cc: emacs-orgmode@gnu.org On Tue, Sep 14 2010, Matt Lundin wrote: > 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). I should add that the regular todo series still works properly, (TODO --> DONE gets removed from the agenda), so it must be something to do with my custom todo keywords... > >> 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