Ver código fonte

Merge branch 'origin-maint'

Conflicts:
	lisp/ob.el
Eric Schulte 13 anos atrás
pai
commit
4eb4010a97
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      lisp/ob.el

+ 1 - 1
lisp/ob.el

@@ -1577,7 +1577,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 (beginning-of-line 1)
 			 (looking-at org-babel-src-block-regexp)