From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleksandr Gavenko Subject: Bug: Tags duplicated in *Org tags* selection dialog. [7.8.11] Date: Thu, 13 Dec 2012 14:08:31 +0200 Message-ID: <87bodygnnk.fsf@gavenkoa.example.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tj7am-0003gU-8t for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 07:08:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tj7ae-0007xV-Hr for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 07:08:44 -0500 Received: from mail-ee0-f41.google.com ([74.125.83.41]:37235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tj7ae-0007xP-C3 for emacs-orgmode@gnu.org; Thu, 13 Dec 2012 07:08:36 -0500 Received: by mail-ee0-f41.google.com with SMTP id d41so1198857eek.0 for ; Thu, 13 Dec 2012 04:08:35 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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!