emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] mutually exclusive tags


From: Richard G Riley
Subject: [Orgmode] mutually exclusive tags
Date: Wed, 26 Mar 2008 21:26:35 +0100
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux)

Could someone show me an example of mutually exclusive tag setting in
elisp please? There is an example of non exclusive ones in the manual:

     (setq org-tag-alist '(("@work" . ?w) ("@home" . ?h) ("laptop"
     . ?l)))

But how to do it for

     #+TAGS: { @work(w)  @home(h)  @tennisclub(t) }  laptop(l)  pc(p)
?

thanks,

r.





reply via email to

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