From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: tags match agenda Date: Thu, 10 Mar 2011 15:58:47 +0100 Message-ID: References: <871v2fujnn.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=34504 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxhLK-0002LX-GZ for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 09:59:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxhLH-00035c-Ox for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 09:59:57 -0500 Received: from [85.183.18.158] (port=55246 helo=dev) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxhLG-00034t-T9 for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 09:59:55 -0500 In-Reply-To: <871v2fujnn.fsf@norang.ca> (Bernt Hansen's message of "Thu, 10 Mar 2011 09:36:44 -0500") 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: Bernt Hansen Cc: Emacs-orgmode mailing list Bernt Hansen writes: > Richard Riley writes: > >> 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 > > Hi Richard, > > I think this works for me. I'm using C-c a 1 m since my test file is > not in org-agenda-files. > > I've applied some of those tags to headings in my test file and I can > show them with an agenda tags match. C-c a 1 m laptop RET > > I am assuming you just want to define the tags for this file only and > not apply them to every heading in the file (which is #+FILETAGS:) > > Can you provide any more information about this problem? I want all entries in this file to inherit the tag so it should be "filetags" I believe. My other tests suggest it is my ,---- | ("j" "Journal" entry | (file+datetree "journal.org") | "* %?\n :PROPERTIES:\n :DateCreated: %T\n :END:\n%i\n%a") `---- datetree format that might be stopping the tag match occurring. Or am I confusing issues here? In my journal file I have #+TITLE: my journal #+FILETAGS: :journal: I would expect C-c a m journal to show all journal entries in a standard result list.