Kyle Meyer преди 9 години
родител
ревизия
4de71e483a
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      contrib/lisp/ox-bibtex.el

+ 1 - 0
contrib/lisp/ox-bibtex.el

@@ -246,6 +246,7 @@ Return new parse tree."
 		(insert (format "<div id=\"bibliography\">\n<h2>%s</h2>\n"
 				(org-export-translate "References" :html info)))
 		(insert-file-contents (concat out-file ".html"))
+		(goto-char (point-max))
 		(insert "\n</div>"))
 	       ((org-export-derived-backend-p backend 'ascii)
 		;; convert HTML references to text w/pandoc