emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Setting Tags Using #+INCLUDE:


From: Ian Barton
Subject: Re: [O] Setting Tags Using #+INCLUDE:
Date: Mon, 22 Oct 2012 14:04:00 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121012 Thunderbird/16.0.1

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 <address@hidden> 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








reply via email to

[Prev in Thread] Current Thread [Next in Thread]