Re: [O] Bug: Multiple tag selection broken on maint

2018-04-23 Thread Alex Branham
> Fixed. Thank you.

Thanks!

Alex



Re: [O] Bug: Multiple tag selection broken on maint

2018-04-23 Thread Nicolas Goaziou
Hello,

Alex Branham  writes:

> 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.

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou0x80A93738



Re: [O] Bug: Multiple tag selection broken on maint

2018-04-20 Thread Alex Branham

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



Re: [O] Bug: Multiple tag selection broken on maint

2018-04-20 Thread Alex Branham

On Fri 20 Apr 2018 at 04:27, Nicolas Goaziou  wrote:

>> I'm tracking maint. With the following file:
>>
>> #+BEGIN_EXAMPLE
>>   #+TAGS: office(c) car(C)
>>   * one
>> #+END_EXAMPLE
>
> FWIW, I couldn't reproduce it on master.

That's surprising, since I can reproduce this on maint and master. Maybe
you need to have set `org-tag-persistent-alist'? I'll investigate a bit...



Re: [O] Bug: Multiple tag selection broken on maint

2018-04-20 Thread Nicolas Goaziou
Hello,

Alex Branham  writes:

> I'm tracking maint. With the following file:
>
> #+BEGIN_EXAMPLE
>   #+TAGS: office(c) car(C)
>   * one
> #+END_EXAMPLE

FWIW, I couldn't reproduce it on master.

Regards,

-- 
Nicolas Goaziou



[O] Bug: Multiple tag selection broken on maint

2018-03-22 Thread Alex Branham

I'm tracking maint. With the following file:

#+BEGIN_EXAMPLE
  #+TAGS: office(c) car(C)
  * one
#+END_EXAMPLE

Doing C-c C-q on the "one" heading will not let me set both office and
car tags. They are highlighted in the little selection popup, but only
the last one selected actually gets added.


Emacs  : GNU Emacs 26.0.91 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw3d 
scroll bars)
 of 2018-03-20
Package: Org mode version 9.1.7 (release_9.1.7-31-gb5a90a @ 
/home/alex/.emacs.d/lib/org/lisp/)