emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Setting Tags Using #+INCLUDE:


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

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



reply via email to

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