diff --git a/lisp/org.el b/lisp/org.el index 1ffd029ac..d3f58efb0 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -13424,8 +13424,7 @@ With prefix ARG, realign all tags in headings in the current buffer." ;; Get a new set of tags from the user (save-excursion (setq table (append org-tag-persistent-alist - org-tag-alist - (org-get-buffer-tags) + (or org-tag-alist (org-get-buffer-tags)) (and org-complete-tags-always-offer-all-agenda-tags (org-global-tags-completion-table