summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2013-09-15 06:41:25 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2013-09-15 06:41:25 +0200
commitc5f2ae7c8d2bb4f533f0a04bfab17b0db139a8f4 (patch)
tree824196edc37f04adfafd33e24a84bb40fea0bf38
parentfc2ec2eb886ae469dbc2fe4fcb3bee91cf94a227 (diff)
parentbbe8518118646a28faaedd08f403036c2e2f9939 (diff)
downloadorg-mode-c5f2ae7c8d2bb4f533f0a04bfab17b0db139a8f4.tar.gz
Merge branch 'master' of orgmode.org:org-mode
-rw-r--r--lisp/ob-core.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index d57806b..e8f16a0 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -188,7 +188,7 @@ This string must include a \"%s\" which will be replaced by the results."
;; (4) header arguments
"\\([^\n]*\\)\n"
;; (5) body
- "\\([^\000]*?\n\\)?[ \t]*#\\+end_src")
+ "\\([^\000]*?\n\\)??[ \t]*#\\+end_src")
"Regexp used to identify code blocks.")
(defvar org-babel-inline-src-block-regexp