From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Multiple groups of mutually exclusive tags no longer working [8.3.4 (8.3.4-42-gae73c7-elpaplus @ c:/Users/clange/.emacs.d/elpa/org-plus-contrib-20160425/)] Date: Thu, 28 Apr 2016 22:10:29 +0200 Message-ID: <87zisdijey.fsf@saiph.selenimh> References: <5721FC32.6020909@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52133) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avsGj-0005Wh-Pu for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 16:10:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1avsGi-0001Pc-VH for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 16:10:37 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:33434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1avsGi-0001PE-Mq for emacs-orgmode@gnu.org; Thu, 28 Apr 2016 16:10:36 -0400 In-Reply-To: <5721FC32.6020909@gmail.com> (Christoph LANGE's message of "Thu, 28 Apr 2016 14:04:02 +0200") 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" To: Christoph LANGE Cc: "emacs-orgmode@gnu.org" Hello, Christoph LANGE writes: > using the setup given below (started using emacs -q) I can no longer > have multiple groups of mutually exclusive tags. Only the first group > is recognised as mutually exclusive. > > Here is my example file: > > #+TAGS: { Bfoo(b) Bbar(B) Cat(c) SO(s) PlanB(P) } { FIX(X) Tentative(T) > NotBusy(Y) OtherPeople(p) } > > * Foo > > Using org-set-tags-command, it is possible to assign, say, both the tags > FIX and Tentative to the headline Foo. I would expect this to be > impossible. Starting the second group on a new #+TAGS: line does not > make a difference. Fixed. Thank you. Regards, -- Nicolas Goaziou