From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: How to match items with tags and special todo keyword Date: Tue, 26 Oct 2010 23:14:14 -0200 Message-ID: <20101027011414.GA28289@soloJazz.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=34508 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAuoI-0004MQ-Kp for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 21:28:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAuar-0006ec-Jy for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 21:14:22 -0400 Received: from cpoproxy3-pub.bluehost.com ([67.222.54.6]:48721) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PAuar-0006eF-9G for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 21:14:21 -0400 Content-Disposition: inline In-Reply-To: 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: bar tomas Cc: Org Mode List Hi Bar, You should use C-c a m, and use a search string of the form mytag+TODO="WAITING" This matches for a specific TODO state (for example, WAITING). Check the corresponding manual section here: http://orgmode.org/manual/Matching-tags-and-properties.html#Matching-tags-and-properties BR .j. On Tue, Oct 26, 2010 at 04:23:50PM +0100, bar tomas wrote: > I like to create an agenda view of all items that have a specific tag > and also a specific TODO keyword. > I've tried with > > C-c a M > > but this retrieves all TODO items that are not DONE but I would like > to match only a specific TODO keyword (I've defined my own TODO > categories with +SEQ_TODO)