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
1 changed files with 1 additions and 1 deletions

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