From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: Filtering Agenda View Date: Sun, 09 Sep 2012 08:04:52 -0400 Message-ID: <87ligj4d23.fsf@norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAgG8-00069L-7j for emacs-orgmode@gnu.org; Sun, 09 Sep 2012 08:05:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TAgG6-0002sO-QI for emacs-orgmode@gnu.org; Sun, 09 Sep 2012 08:05:04 -0400 Received: from mho-04-ewr.mailhop.org ([204.13.248.74]:40657 helo=mho-02-ewr.mailhop.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TAgG6-0002mh-Md for emacs-orgmode@gnu.org; Sun, 09 Sep 2012 08:05:02 -0400 In-Reply-To: (Ken Mankoff's message of "Wed, 5 Sep 2012 11:50:30 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Ken Mankoff Cc: emacs-orgmode@gnu.org Ken Mankoff writes: > I'd like my agenda to not show waiting items. I'm not sure of the best > way to implement this, but my current solution has been: > Hi Ken, I automatically set a waiting tag when changing state to WAITING so I can easily filter these out. This tag is inherited so any subtasks of the waiting parent are also filtered. See http://doc.norang.ca/org-mode.tml for details of my setup. Regards, Bernt