Merge branch 'maint'
This commit is contained in:
commit
dd4a3d3b11
|
@ -1763,7 +1763,7 @@ to `org-babel-named-src-block-regexp'."
|
||||||
(or (and (looking-at regexp)
|
(or (and (looking-at regexp)
|
||||||
(progn (goto-char (match-beginning 1))
|
(progn (goto-char (match-beginning 1))
|
||||||
(line-beginning-position)))
|
(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)
|
(defun org-babel-src-block-names (&optional file)
|
||||||
"Returns the names of source blocks in FILE or the current buffer."
|
"Returns the names of source blocks in FILE or the current buffer."
|
||||||
|
|
Loading…
Reference in New Issue