Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2017-08-25 22:00:38 +02:00
commit dd4a3d3b11
1 changed files with 1 additions and 1 deletions

View File

@ -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."