Variable: org-property-end-re

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

Value

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

Documentation

Regular expression matching the last line of a property drawer.

Source Code

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