From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Branham Subject: Re: Bug: Multiple tag selection broken on maint Date: Fri, 20 Apr 2018 08:58:51 -0500 Message-ID: <871sfat1wk.fsf@gmail.com> References: <878takqkdk.fsf@gmail.com> <87bmeegrde.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60371) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f9WYz-0008KQ-NP for emacs-orgmode@gnu.org; Fri, 20 Apr 2018 09:58:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f9WYw-0002kM-Lq for emacs-orgmode@gnu.org; Fri, 20 Apr 2018 09:58:57 -0400 Received: from mail-oi0-x22d.google.com ([2607:f8b0:4003:c06::22d]:38672) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f9WYw-0002jy-FA for emacs-orgmode@gnu.org; Fri, 20 Apr 2018 09:58:54 -0400 Received: by mail-oi0-x22d.google.com with SMTP id y20-v6so8113447oix.5 for ; Fri, 20 Apr 2018 06:58:54 -0700 (PDT) In-reply-to: <87bmeegrde.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org On Fri 20 Apr 2018 at 04:27, Nicolas Goaziou wrote: >> #+BEGIN_EXAMPLE >> #+TAGS: office(c) car(C) >> * one >> #+END_EXAMPLE > > FWIW, I couldn't reproduce it on master. It seems to be a problem with org-tag-persistent-alist. I can't reproduce it if that's nil, but if it's set to (setq org-tag-persistent-alist '(("jobs" . ?j) (:startgroup . nil) ("@work" . ?w) ("@home" . ?h) (:endgroup . nil))) then I can reproduce it. Thanks, Alex