On Fri 20 Apr 2018 at 04:27, Nicolas Goaziou <m...@nicolasgoaziou.fr> 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

Reply via email to