Variable: org-comment-string
org-comment-string is a variable defined in org.el.gz.
Value
"COMMENT"
Documentation
Entries starting with this keyword will never be exported.
An entry can be toggled between COMMENT and normal with
C-c ; (org-toggle-comment).
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(eval-and-compile
(defconst org-comment-string "COMMENT"
"Entries starting with this keyword will never be exported.
\\<org-mode-map>
An entry can be toggled between COMMENT and normal with
`\\[org-toggle-comment]'."))