Variable: org-ctags-tag-list
org-ctags-tag-list is a variable defined in org-ctags.el.gz.
Value
nil
Documentation
List of all tags in the active TAGS file.
Created as a local variable in each buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-ctags.el.gz
(defvar org-ctags-tag-list nil
"List of all tags in the active TAGS file.
Created as a local variable in each buffer.")