With `org-tag-persistent-alist' variable tags duplicated in *Org Tags* menu. I
use `org-tag-alist' instead until bug fixed.
--- a/.emacs-my Tue Dec 04 23:12:32 2012 +0200
+++ b/.emacs-my Thu Dec 13 14:10:47 2012 +0200
@@ -1275,7 +1275,7 @@
(define-key global-map "\C-ve" (lambda nil (interactive) (find-file my-org-agenda-note-file)))
;; My tags for remember buffer.
- (setq org-tag-persistent-alist
+ (setq org-tag-alist
'(
("ADMIN" . ?a)
("BLOG" . ?b)
@@ -1289,6 +1289,9 @@
("READ" . ?r)
("SEE" . ?s)
))
+ ;; With this variable tags duplicated in *Org Tags* menu. I use
+ ;; `org-tag-alist' instead until bug fixed.
+ (setq org-tag-persistent-alist nil)
(when (or (featurep 'remember) (fboundp 'remember))
(setq remember-annotation-functions '(org-remember-annotation))