Include buffer tags in global tags completion
commit393b98ae8efc45f90afb4a92399e687847f01ac2
authorMatt Lundin <mdl@imapmail.org>
Mon, 19 Mar 2018 14:53:15 +0000 (19 09:53 -0500)
committerBastien <bzg@gnu.org>
Tue, 20 Mar 2018 23:56:25 +0000 (21 00:56 +0100)
tree01771929bcd8faf9c9565a3adfcbdcc070cc5b9c
parentb0cca9656da861592c6342e03a3572fd07adb635
Include buffer tags in global tags completion

* lisp/org.el: (org-global-tags-completion-table): Return all tags,
  including tags in the buffer.

This fixes a bug that caused buffer tags to be excluded if user
configured tags either via `org-tag-alist' or the #+TAGS keyword.
lisp/org.el