Merge branch 'origin-maint'

This commit is contained in:
Eric Schulte 2012-03-01 13:15:06 -07:00
commit 451f7cc31f
1 changed files with 1 additions and 1 deletions

View File

@ -1534,7 +1534,7 @@ buffer or nil if no such result exists."
(catch 'is-a-code-block
(when (re-search-forward
(concat org-babel-result-regexp
"[ \t]" (regexp-quote name) "[ \t\n\f\v\r]") nil t)
"[ \t]" (regexp-quote name) "[ \t\n\f\v\r]+") nil t)
(when (and (string= "name" (downcase (match-string 1)))
(or (looking-at org-babel-src-block-regexp)
(looking-at org-babel-multi-line-header-regexp)))