0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 18:00:49 +00:00

org-babel: a bug in reference-resolution caused by a typo

This commit is contained in:
Dan Davison 2009-10-19 22:57:50 -04:00
parent 0d10946cff
commit 4dba8ad21f

View file

@ -116,7 +116,7 @@ return nil."
;; goto ref in the current buffer
(or (and (not args)
(or (re-search-forward result_regexp nil t)
(re-search-forward result_regexp nil t)))
(re-search-backward result_regexp nil t)))
(re-search-forward regexp nil t)
(re-search-backward regexp nil t)
;; check the Library of Babel