Variable: org-clock-drawer-end-re

org-clock-drawer-end-re is a variable defined in org.el.gz.

Value

"^[     ]*:END:[        ]*$"

Documentation

Regular expression matching the last line of a clock drawer.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defconst org-clock-drawer-end-re "^[ \t]*:END:[ \t]*$"
  "Regular expression matching the last line of a clock drawer.")