Variable: org-closed-time-regexp

org-closed-time-regexp is a variable defined in org.el.gz.

Value

"\\<CLOSED: *\\[\\([^]]+\\)\\]"

Documentation

Matches the CLOSED keyword together with a time stamp.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defconst org-closed-time-regexp
  (concat "\\<" org-closed-string " *\\[\\([^]]+\\)\\]")
  "Matches the CLOSED keyword together with a time stamp.")