[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: Multiple tag selection broken on maint
From: |
Alex Branham |
Subject: |
Re: [O] Bug: Multiple tag selection broken on maint |
Date: |
Fri, 20 Apr 2018 08:58:51 -0500 |
User-agent: |
mu4e 1.0; emacs 26.1 |
On Fri 20 Apr 2018 at 04:27, Nicolas Goaziou <address@hidden> 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