Variable: org-not-done-heading-regexp

org-not-done-heading-regexp is a buffer-local variable defined in org.el.gz.

Documentation

Matches a TODO headline that is not done.

Since TODO keywords are case-sensitive, case-fold-search is expected to be bound to nil when matching against this regexp.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar-local org-not-done-heading-regexp nil
  "Matches a TODO headline that is not done.
Since TODO keywords are case-sensitive, `case-fold-search' is
expected to be bound to nil when matching against this regexp.")