From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: omitting done TODOs from custom agenda Date: Mon, 13 Sep 2010 17:52:40 +0800 Message-ID: <877hiqj7h3.fsf@ericabrahamsen.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=40849 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ov5ia-00076g-8a for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 05:52:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ov5iU-0007JI-L1 for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 05:52:51 -0400 Received: from lo.gmane.org ([80.91.229.12]:54938) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ov5iU-0007J4-F6 for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 05:52:50 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ov5iR-0002cv-M3 for emacs-orgmode@gnu.org; Mon, 13 Sep 2010 11:52:47 +0200 Received: from 123.121.212.75 ([123.121.212.75]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Sep 2010 11:52:47 +0200 Received: from eric by 123.121.212.75 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 13 Sep 2010 11:52:47 +0200 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 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". 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. Any advice on this? I'm running Org-mode version 7.01trans (release_7.01h.493.gece2), on Emacs 24. Any advice appreciated! Eric