From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Agenda headlines match tag and todo keyword. Date: Wed, 22 Apr 2009 13:13:53 -0400 Message-ID: <8354.1240420433@alphaville.usa.hp.com> References: <938fae2d0904221002k5e09b535q6d8f2bd6ea1e4d65@mail.gmail.com> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lwg2c-00058h-AB for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 13:15:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lwg2W-00058B-Q7 for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 13:15:21 -0400 Received: from [199.232.76.173] (port=39540 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lwg2W-000588-Je for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 13:15:16 -0400 Received: from g1t0029.austin.hp.com ([15.216.28.36]:25686) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Lwg2W-0000nw-Cn for emacs-orgmode@gnu.org; Wed, 22 Apr 2009 13:15:16 -0400 In-Reply-To: Message from Eraldo Helal of "Wed, 22 Apr 2009 19:02:51 +0200." <938fae2d0904221002k5e09b535q6d8f2bd6ea1e4d65@mail.gmail.com> 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: Eraldo Helal Cc: Org-Mode Eraldo Helal wrote: > How do I get only the headlines that match the *tag* "test" *and* the * > todo-keyword* "ACTION" ? > Check the "Matching tags and properties" section of the manual, and pay particular attention to the "Special properties" link. In your case, I think the following will work (untested): C-c a m test+TODO="ACTION"