Variable: org-agenda-skip-comment-trees

org-agenda-skip-comment-trees is a customizable variable defined in org-agenda.el.gz.

Value

t

Documentation

Non-nil means skip trees that start with the COMMENT keyword.

When nil, these trees are also scanned by agenda commands.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-agenda.el.gz
(defcustom org-agenda-skip-comment-trees t
  "Non-nil means skip trees that start with the COMMENT keyword.
When nil, these trees are also scanned by agenda commands."
  :group 'org-agenda-skip
  :type 'boolean)