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

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

View file

@ -115,7 +115,7 @@ return nil."
(re-search-backward regexp nil t) (re-search-backward regexp nil t)
;; check the Library of Babel ;; check the Library of Babel
(setq lob-info (cdr (assoc (intern ref) org-babel-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 ;; ;; TODO: allow searching for names in other buffers
;; (setq id-loc (org-id-find ref 'marker) ;; (setq id-loc (org-id-find ref 'marker)
;; buffer (marker-buffer id-loc) ;; buffer (marker-buffer id-loc)