Variable: org-dblock-start-re

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

Value

"^[     ]*#\\+\\(?:BEGIN\\|begin\\):[   ]+\\(\\S-+\\)\\([       ]+\\(.*\\)\\)?"

Documentation

Matches the start line of a dynamic block, with parameters.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defconst org-dblock-start-re
  "^[ \t]*#\\+\\(?:BEGIN\\|begin\\):[ \t]+\\(\\S-+\\)\\([ \t]+\\(.*\\)\\)?"
  "Matches the start line of a dynamic block, with parameters.")