From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hsiu-Khuern Tang Subject: Does secondary filtering allow multiple tags? Date: Thu, 8 Jan 2009 17:55:58 -0800 Message-ID: <20090109015558.GQ24132@hplhtang1> Reply-To: Hsiu-Khuern Tang Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LL6d8-0005Tk-Pu for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 20:57:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LL6d6-0005RM-7d for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 20:57:46 -0500 Received: from [199.232.76.173] (port=36571 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LL6d5-0005R6-VT for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 20:57:44 -0500 Received: from madara.hpl.hp.com ([192.6.19.124]:61890) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LL6d5-0002ln-G2 for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 20:57:43 -0500 Received: from masterns.hpl.hp.com (masterns.hpl.hp.com [15.0.48.4]) by madara.hpl.hp.com (8.14.3/8.14.1/HPL-PA Relay) with ESMTP id n091u6BK007005 for ; Thu, 8 Jan 2009 17:56:06 -0800 (PST) Received: from hplhtang1.hpl.hp.com (hplhtang1.hpl.hp.com [15.4.92.205]) by masterns.hpl.hp.com (8.14.3/8.14.3/HPL-PA Hub) with ESMTP id n091u5aY004287 for ; Thu, 8 Jan 2009 17:56:05 -0800 Received: from htang by hplhtang1.hpl.hp.com with local (Exim 4.62) (envelope-from ) id 1LL6bO-0008RL-Rd for emacs-orgmode@gnu.org; Thu, 08 Jan 2009 17:55:58 -0800 Content-Disposition: inline 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: "emacs-orgmode@gnu.org" Hi all, Suppose I have tagged some of my TODO headings. In an agenda view, is it currently possible to filter (using org-agenda-filter-by-tag) all entries that are tagged with (say) either "project1" _or_ "project2"? One can certainly do "project1" _and_ "project2" by narrowing the filter. I am trying to look at my weekly agenda, restricted to two particular projects that are identified using tags. I tried defining a custom agenda view with a org-agenda-skip-function defined to match ":project1:" or ":project2:", but this doesn't work with inherited tags. -- Best, Hsiu-Khuern.