Browse Source

Bugfix: Define variable

Carsten Dominik 16 năm trước cách đây
mục cha
commit
92de421e93
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/org-exp.el

+ 1 - 1
lisp/org-exp.el

@@ -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)