|
@@ -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
|