Variable: org-property-start-re

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

Value

"^[     ]*:PROPERTIES:[         ]*$"

Documentation

Regular expression matching the first line of a property drawer.

Source Code

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