From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: complex filters in agenda view Date: Sat, 26 Jun 2010 12:04:57 -0400 Message-ID: <8739w9eq52.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=52478 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OSXsR-000269-7y for emacs-orgmode@gnu.org; Sat, 26 Jun 2010 12:05:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OSXsO-0005Df-0F for emacs-orgmode@gnu.org; Sat, 26 Jun 2010 12:05:05 -0400 Received: from mho-02-ewr.mailhop.org ([204.13.248.72]:49969) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OSXsN-0005DU-RB for emacs-orgmode@gnu.org; Sat, 26 Jun 2010 12:05:03 -0400 In-Reply-To: (Matt Price's message of "Sat\, 26 Jun 2010 09\:44\:51 -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 Price Cc: emacs-orgmode@gnu.org Matt Price writes: > yet another question as i continue to set things up. > > how would I create a custom agenda view that accomplishes this: > (todo items marked "ACTION" OR "WAITING" AND tagged "email")?=C2=A0 Hi Matt, Use a tags match (or a tags todo match if both of those todo items are not done states) C-c a m email/ACTION|WAITING RET or C-c a m email/!ACTION|WAITING RET Tags todo matches with /! or C-c a M returns results faster if you don't need to match any DONE states. -Bernt > I don't think I see how to do this in the manual (http://orgmode.org/org.= html#Custom-agenda-views). > > am i missing it?=C2=A0 Thanks again, > matt