Variable: org-todo-line-tags-regexp
org-todo-line-tags-regexp is a buffer-local variable defined in
org.el.gz.
Documentation
Matches a headline and puts TODO state into group 2 if present.
Also put tags into group 4 if tags are present.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar-local org-todo-line-tags-regexp nil
"Matches a headline and puts TODO state into group 2 if present.
Also put tags into group 4 if tags are present.")