From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: tags match agenda Date: Thu, 10 Mar 2011 16:18:20 +0100 Message-ID: References: <871v2fujnn.fsf@norang.ca> Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=47236 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxhdD-00068h-Ir for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 10:18:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxhdC-0007bg-9y for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 10:18:27 -0500 Received: from mail-wy0-f169.google.com ([74.125.82.169]:48479) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxhdC-0007bb-5k for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 10:18:26 -0500 Received: by wyf19 with SMTP id 19so1809632wyf.0 for ; Thu, 10 Mar 2011 07:18:24 -0800 (PST) In-Reply-To: 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: Richard Riley Cc: Bernt Hansen , Emacs-orgmode mailing list On Mar 10, 2011, at 3:58 PM, Richard Riley wrote: > 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. Hi Richard, what is the value of the variable org-tags-match-list-sublevels? - Carsten