From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: Re: How to match items with tags and special todo keyword Date: Tue, 26 Oct 2010 21:10:16 -0400 Message-ID: <874oc8qw3q.fsf@gollum.intra.norang.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=53976 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAuX0-0005cW-HP for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 21:10:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAuWz-0006An-5r for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 21:10:21 -0400 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:56999) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAuWz-0006Ai-2y for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 21:10:21 -0400 In-Reply-To: (bar tomas's message of "Tue, 26 Oct 2010 16:23:50 +0100") 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 bar tomas writes: > Hi, > 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) Try C-c a m TAG/!TODOKW RET where TAG is the tag you want to match and TODOKW is the todo keyword you want. ie. C-c a m misc/!NEXT RET to find all tasks with a tag 'misc' and a todo keyword of NEXT. HTH, Bernt