From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Setting Tags Using #+INCLUDE: Date: Mon, 22 Oct 2012 14:59:06 +0200 Message-ID: <916ED54D-05D0-4952-86F8-64417D836F62@gmail.com> References: <50853E9D.9090905@wilkesley.net> Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:33475) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQHbF-0001Ns-G2 for emacs-orgmode@gnu.org; Mon, 22 Oct 2012 08:59:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TQHb9-0001Qp-Io for emacs-orgmode@gnu.org; Mon, 22 Oct 2012 08:59:21 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:43118) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TQHb9-0001QZ-8B for emacs-orgmode@gnu.org; Mon, 22 Oct 2012 08:59:15 -0400 Received: by mail-wi0-f171.google.com with SMTP id hj13so1842060wib.12 for ; Mon, 22 Oct 2012 05:59:13 -0700 (PDT) In-Reply-To: <50853E9D.9090905@wilkesley.net> 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: ian@manor-farm.org Cc: emacs-orgmode@gnu.org 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. >=20 > 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? >=20 > 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 >=20 >=20 > fpr.org: >=20 > #+STARTUP: showall indent > #+STARTUP: hidestars > #+TITLE: First Pinnacle Rib. > #+INCLUDE: "setup.org" >=20 > * First Pinnacle Rib - Tryfan >=20 - Carsten