Variable: org-current-tag-alist
org-current-tag-alist is a buffer-local variable defined in org.el.gz.
Documentation
Alist of all tag groups in current buffer.
This variable takes into consideration org-tag-alist,
org-tag-persistent-alist and TAGS keywords in the buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar-local org-current-tag-alist nil
"Alist of all tag groups in current buffer.
This variable takes into consideration `org-tag-alist',
`org-tag-persistent-alist' and TAGS keywords in the buffer.")