From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: tags match agenda Date: Thu, 10 Mar 2011 15:25:33 +0100 Message-ID: References: <80aah3m5ey.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=53835 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxgpK-00071l-QI for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 09:26:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxgpI-0003TR-EA for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 09:26:54 -0500 Received: from lo.gmane.org ([80.91.229.12]:52370) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxgpI-0003TD-7N for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 09:26:52 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PxgpG-0004Ox-Af for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 15:26:50 +0100 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Mar 2011 15:26:50 +0100 Received: from rileyrg by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 10 Mar 2011 15:26: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: emacs-orgmode@gnu.org Sébastien Vauban writes: > Hi Richard, > > Richard Riley wrote: >> when I create an agenda matching a certain tag its not working for file >> level tags. Is this a known issue or have I done something wrong? >> >> (C-c a m) >> >> http://orgmode.org/manual/Setting-tags.html >> >> file level tags: >> >> #+TAGS: laptop car pc sailboat > > It works for me with a slightly different syntax: > > > > #+FILETAGS: :laptop:car:pc:sailboat: > Good to know as thats how I had it originally. I wonder if its a bug to do with my capture template being of the form ("j" "Journal" entry (file+datetree "journal.org") "* %?\n :PROPERTIES:\n :DateCreated: %T\n :END:\n%i\n%a") i.e datetree not being properly searched? Other file level tags work fine. regards r.