From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard G Riley Subject: mutually exclusive tags Date: Wed, 26 Mar 2008 21:26:35 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JecCp-0000BJ-5Y for emacs-orgmode@gnu.org; Wed, 26 Mar 2008 16:26:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JecCn-0000B5-Vi for emacs-orgmode@gnu.org; Wed, 26 Mar 2008 16:26:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JecCn-0000B2-RO for emacs-orgmode@gnu.org; Wed, 26 Mar 2008 16:26:41 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JecCn-0006gz-EY for emacs-orgmode@gnu.org; Wed, 26 Mar 2008 16:26:41 -0400 Received: by fg-out-1718.google.com with SMTP id d23so3880432fga.30 for ; Wed, 26 Mar 2008 13:26:39 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode 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.