From mboxrd@z Thu Jan 1 00:00:00 1970 From: bar tomas Subject: How to match items with tags and special todo keyword Date: Tue, 26 Oct 2010 16:23:50 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=36108 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PAlNU-0004W6-Ng for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 11:23:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PAlNP-0003AI-OV for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 11:23:56 -0400 Received: from mail-yw0-f41.google.com ([209.85.213.41]:61182) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PAlNP-00039t-MF for emacs-orgmode@gnu.org; Tue, 26 Oct 2010 11:23:51 -0400 Received: by ywl5 with SMTP id 5so916352ywl.0 for ; Tue, 26 Oct 2010 08:23:50 -0700 (PDT) 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: Org Mode List 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) Many thanks for any help Tomas Bar