A neutral bug (unnecessary, but no consequences I believe).

This commit is contained in:
Dan Davison 2009-07-11 23:49:51 -04:00
parent 21d058869d
commit a0e0fe17f4
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ return nil."
(re-search-backward regexp nil t)
;; check the Library of Babel
(setq lob-info (cdr (assoc (intern ref) org-babel-library-of-babel)))))
(goto-char (match-beginning 0))
(unless lob-info (goto-char (match-beginning 0)))
;; ;; TODO: allow searching for names in other buffers
;; (setq id-loc (org-id-find ref 'marker)
;; buffer (marker-buffer id-loc)