Browse Source

Merge branch 'hotfix-7.8.06'

Bastien Guerry 13 years ago
parent
commit
3d5a3474ca
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lisp/org.el

+ 2 - 1
lisp/org.el

@@ -13447,7 +13447,8 @@ With prefix ARG, realign all tags in headings in the current buffer."
 	;; Get a new set of tags from the user
 	;; Get a new set of tags from the user
 	(save-excursion
 	(save-excursion
 	  (setq table (append org-tag-persistent-alist
 	  (setq table (append org-tag-persistent-alist
-			      (or org-tag-alist (org-get-buffer-tags))
+			      org-tag-alist
+			      (org-get-buffer-tags)
 			      (and
 			      (and
 			       org-complete-tags-always-offer-all-agenda-tags
 			       org-complete-tags-always-offer-all-agenda-tags
 			       (org-global-tags-completion-table
 			       (org-global-tags-completion-table