* Bug: Tags duplicated in *Org tags* selection dialog. [7.8.11]
@ 2012-12-13 12:08 Oleksandr Gavenko
2012-12-13 16:12 ` Bastien
0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Gavenko @ 2012-12-13 12:08 UTC (permalink / raw)
To: emacs-orgmode
With "emacs -Q" and:
(setq org-tag-persistent-alist
'(
("ADMIN" . ?a)
("BLOG" . ?b)
("DEVEL" . ?d)
("GET" . ?g)
("LIFE" . ?l)
("MAIL" . ?m)
("JOB" . ?j)
("QUESTION" . ?q)
("PROJECT" . ?p)
("READ" . ?r)
("SEE" . ?s)
))
if I call *Org tags* selection dialog (by C-c C-q, org-set-tags-command) I see
repeated entries from org-tag-persistent-alist.
Currently I switch to org-tag-alist variable which work fine for me (but
semantically not same).
Emacs : GNU Emacs 24.2.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.10)
of 2012-09-09 on trouble, modified by Debian
Package: Org-mode version 7.8.11
--
Best regards!
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Bug: Tags duplicated in *Org tags* selection dialog. [7.8.11]
2012-12-13 12:08 Bug: Tags duplicated in *Org tags* selection dialog. [7.8.11] Oleksandr Gavenko
@ 2012-12-13 16:12 ` Bastien
0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2012-12-13 16:12 UTC (permalink / raw)
To: Oleksandr Gavenko; +Cc: emacs-orgmode
Hi Oleksandr,
Oleksandr Gavenko <gavenkoa@gmail.com> writes:
> With "emacs -Q" and:
>
> (setq org-tag-persistent-alist
> '(
> ("ADMIN" . ?a)
> ("BLOG" . ?b)
> ("DEVEL" . ?d)
> ("GET" . ?g)
> ("LIFE" . ?l)
> ("MAIL" . ?m)
> ("JOB" . ?j)
> ("QUESTION" . ?q)
> ("PROJECT" . ?p)
> ("READ" . ?r)
> ("SEE" . ?s)
> ))
>
> if I call *Org tags* selection dialog (by C-c C-q, org-set-tags-command) I see
> repeated entries from org-tag-persistent-alist.
(Not sure which tags are repeated.)
I can't reproduce this with latest version of Org. If you can upgrade,
please do and report any problem here.
Thanks,
--
Bastien
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-13 16:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-13 12:08 Bug: Tags duplicated in *Org tags* selection dialog. [7.8.11] Oleksandr Gavenko
2012-12-13 16:12 ` Bastien
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.