Revert "org.el: Include `org-tag-alist' in the list for tag completions."
This reverts commit acc7a0b2bb
.
See http://article.gmane.org/gmane.emacs.orgmode/54406
This commit is contained in:
parent
1e12cbdeda
commit
6c67af5627
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue