From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Barton Subject: Re: Setting Tags Using #+INCLUDE: Date: Mon, 22 Oct 2012 14:04:00 +0100 Message-ID: <50854440.1010802@wilkesley.net> References: <50853E9D.9090905@wilkesley.net> <916ED54D-05D0-4952-86F8-64417D836F62@gmail.com> Reply-To: ian@manor-farm.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:34043) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQHid-00064V-HA for emacs-orgmode@gnu.org; Mon, 22 Oct 2012 09:07:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQHiY-0003np-7k for emacs-orgmode@gnu.org; Mon, 22 Oct 2012 09:06:59 -0400 Received: from mail2.wilkesley.net ([109.74.196.44]:35815 helo=li40-130.members.linode.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQHiY-0003n2-1T for emacs-orgmode@gnu.org; Mon, 22 Oct 2012 09:06:54 -0400 Received: from [192.168.0.58] (unknown [46.33.134.31]) (Authenticated sender: lists@wilkesley.net) by li40-130.members.linode.com (Postfix) with ESMTPSA id CEAB0192A78 for ; Mon, 22 Oct 2012 14:06:52 +0100 (BST) In-Reply-To: <916ED54D-05D0-4952-86F8-64417D836F62@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Thanks Carsten, Works perfectly. Ian. On 22/10/12 13:59, Carsten Dominik wrote: > Hi Ian, > > you need to use #+setupfile instead of #+include for this purpose. > > - Carsten > > On 22 okt. 2012, at 14:39, Ian Barton wrote: > >> I have tags defined in my .emacs using setq org-tag-alist. However, I have a group of files (>100) for which I want to define a different set of tags. Rather than place a #+TAGS directive I thought I would define them in another file (setup.org) and INCLUDE this in each of the 100 files. >> >> However, this doesn't seem to work. Pressing C-q on the first headline of fpr.org only offers me the inherited tags defined in org-tag-alist. Is this expected behaviour or a bug? >> >> setup.org >> #+TITLE: Common Setup Parameters for All Blog Files. >> #+TAGS: blog(b) gear(g) mountaineering(m) emacs(e) linux(l) mythtv(m) backpacking(k) review(r) >> #+STARTUP: logdone noptag >> >> >> fpr.org: >> >> #+STARTUP: showall indent >> #+STARTUP: hidestars >> #+TITLE: First Pinnacle Rib. >> #+INCLUDE: "setup.org" >> >> * First Pinnacle Rib - Tryfan >> > > - Carsten > > > >