Variable: org-num--comment-re
org-num--comment-re is a variable defined in org-num.el.gz.
Value
"\\`COMMENT\\(?: \\|$\\)"
Documentation
Regexp matching a COMMENT keyword at headline beginning.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-num.el.gz
;;; Internal Variables
(defconst org-num--comment-re (format "\\`%s\\(?: \\|$\\)" org-comment-string)
"Regexp matching a COMMENT keyword at headline beginning.")