From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Mead Subject: Partial tags match in custom agenda? Date: Thu, 14 Jan 2010 11:02:14 +0000 Message-ID: <87vdf5ymo9.fsf@gmail.com> 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 1NVNTN-0001YA-U2 for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 06:02:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NVNTJ-0001Wr-7b for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 06:02:41 -0500 Received: from [199.232.76.173] (port=39424 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NVNTJ-0001Wm-2M for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 06:02:37 -0500 Received: from lo.gmane.org ([80.91.229.12]:38959) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NVNTI-0005Ki-GH for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 06:02:36 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NVNTC-0007Zf-PV for emacs-orgmode@gnu.org; Thu, 14 Jan 2010 12:02:30 +0100 Received: from cpc3-rdng14-0-0-cust786.winn.cable.ntl.com ([82.0.211.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Jan 2010 12:02:30 +0100 Received: from paul.d.mead by cpc3-rdng14-0-0-cust786.winn.cable.ntl.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Jan 2010 12:02:30 +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: emacs-orgmode@gnu.org Hi I have a convention in my org file which uses @name as a gtd-type 'agenda' item, so if an action is related to Liz, I tag it with @liz for example. Is there any way of matching that '@' in setting up a custom agenda view? I'd like if possible to have a block agenda view which lists all of my @liz, @bob, @joe - type items in one view, rather than having to maintain a list of all the possible names in the block agenda setup. Thanks Paul