Bugfix: Define variable
This commit is contained in:
parent
3d02600149
commit
92de421e93
|
@ -4189,7 +4189,7 @@ lang=\"%s\" xml:lang=\"%s\">
|
||||||
(defun org-export-html-get-bibliography ()
|
(defun org-export-html-get-bibliography ()
|
||||||
"Find bibliography, cut it out and return it."
|
"Find bibliography, cut it out and return it."
|
||||||
(catch 'exit
|
(catch 'exit
|
||||||
(let (beg end (cnt 1))
|
(let (beg end (cnt 1) bib)
|
||||||
(save-excursion
|
(save-excursion
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(when (re-search-forward "^[ \t]*<div \\(id\\|class\\)=\"bibliography\"" nil t)
|
(when (re-search-forward "^[ \t]*<div \\(id\\|class\\)=\"bibliography\"" nil t)
|
||||||
|
|
Loading…
Reference in New Issue