0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-26 01:32:53 +00:00

Bugfix: Define variable

This commit is contained in:
Carsten Dominik 2009-03-04 09:52:13 +01:00
parent 3d02600149
commit 92de421e93

View file

@ -4189,7 +4189,7 @@ lang=\"%s\" xml:lang=\"%s\">
(defun org-export-html-get-bibliography ()
"Find bibliography, cut it out and return it."
(catch 'exit
(let (beg end (cnt 1))
(let (beg end (cnt 1) bib)
(save-excursion
(goto-char (point-min))
(when (re-search-forward "^[ \t]*<div \\(id\\|class\\)=\"bibliography\"" nil t)