(org-block-regexp): Now also match dynamic blocks.
This commit is contained in:
parent
b3c3746d92
commit
16b408bd06
|
@ -6353,8 +6353,7 @@ DATA should have been made by `org-outline-overlay-data'."
|
||||||
;;; Folding of blocks
|
;;; Folding of blocks
|
||||||
|
|
||||||
(defconst org-block-regexp
|
(defconst org-block-regexp
|
||||||
|
"^[ \t]*#\\+begin_?\\([^ \n]+\\)\\(\\([^\n]+\\)\\)?\n\\([^\000]+?\\)#\\+end_?\\1[ \t]*$"
|
||||||
"^[ \t]*#\\+begin_\\([^ \n]+\\)\\(\\([^\n]+\\)\\)?\n\\([^\000]+?\\)#\\+end_\\1[ \t]*$"
|
|
||||||
"Regular expression for hiding blocks.")
|
"Regular expression for hiding blocks.")
|
||||||
|
|
||||||
(defvar org-hide-block-overlays nil
|
(defvar org-hide-block-overlays nil
|
||||||
|
|
Loading…
Reference in New Issue