[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Bug: org-set-tags duplicates tags in org-tag-persistent-alist
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Bug: org-set-tags duplicates tags in org-tag-persistent-alist |
Date: |
Thu, 14 May 2015 16:32:56 +0200 |
Hello,
Paul Rankin <address@hidden> writes:
> When setting org-tag-alist or org-tag-persistent-alist, calling org-set-tags
> or org-agenda-set-tags will populate select with both alist tags and any tags
> from tagged subheadings.
>
> To reproduce:
>
> $ cat tmp.org
> * TODO task :tag1:
> $ emacs -Q
>
> (setq org-tag-persistent-alist
> '(("tag1" . ?1)
> ("tag2" . ?2)))
>
> M-x eval-last sexp
> M-x find-file RET tmp.org
> M-x org-set-tags
>
> Inherited:
> Current: tag1
>
> [1] tag1 [2] tag2 [t] tag1
>
> "tag1" is duplicated.
I cannot reproduce it in development version. You may want to switch to it.
Regards,
--
Nicolas Goaziou