Variable: org-tag--valid-char-set
org-tag--valid-char-set is a variable defined in org.el.gz.
Value
"[:alnum:]_@#%"
Documentation
Regex pattern representing the set of characters valid within a tag.
This is the base pattern for tag matching regex.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defconst org-tag--valid-char-set "[:alnum:]_@#%"
"Regex pattern representing the set of characters valid within a tag.
This is the base pattern for tag matching regex.")