Variable: org-complex-heading-regexp-format

org-complex-heading-regexp-format is a buffer-local variable defined in org.el.gz.

Documentation

Printf format to make regexp to match an exact headline.

This regexp will match the headline of any node which has the exact headline text that is put into the format, but may have any TODO state, priority, tags, statistics cookies (at the beginning or end of the headline title), or COMMENT keyword.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar-local org-complex-heading-regexp-format nil
  "Printf format to make regexp to match an exact headline.
This regexp will match the headline of any node which has the
exact headline text that is put into the format, but may have any
TODO state, priority, tags, statistics cookies (at the beginning
or end of the headline title), or COMMENT keyword.")