Explorar o código

Bugfix: Define variable

Carsten Dominik %!s(int64=16) %!d(string=hai) anos
pai
achega
92de421e93
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)