Browse Source

Merge branch 'maint'

Nicolas Goaziou 7 years ago
parent
commit
dd4a3d3b11
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ob-core.el

+ 1 - 1
lisp/ob-core.el

@@ -1763,7 +1763,7 @@ to `org-babel-named-src-block-regexp'."
       (or (and (looking-at regexp)
 	       (progn (goto-char (match-beginning 1))
 		      (line-beginning-position)))
-	  (ignore-errors (org-next-block 1 nil))))))
+	  (ignore-errors (org-next-block 1 nil regexp))))))
 
 (defun org-babel-src-block-names (&optional file)
   "Returns the names of source blocks in FILE or the current buffer."