|
@@ -14960,6 +14960,8 @@ When a buffer is unmodified, it is just killed. When modified, it is saved
|
|
|
(add-text-properties
|
|
|
(match-beginning 0) (org-end-of-subtree t) pc)))
|
|
|
(set-buffer-modified-p bmp)))))
|
|
|
+ (setq org-todo-keywords-for-agenda
|
|
|
+ (org-uniquify org-todo-keywords-for-agenda))
|
|
|
(setq org-todo-keyword-alist-for-agenda
|
|
|
(org-uniquify org-todo-keyword-alist-for-agenda)
|
|
|
org-tag-alist-for-agenda (org-uniquify org-tag-alist-for-agenda))))
|