ox-bibtex: Fix compilation warnings
* contrib/lisp/ox-bibtex.el (org-bibtex-html-entries-alist, org-bibtex-html-keywords-alist): Fix compilation warnings.
This commit is contained in:
parent
d8b983b85a
commit
6e059f228f
|
@ -145,8 +145,8 @@ Fallback to `latex' back-end for other keywords."
|
|||
|
||||
;;; HTML Part
|
||||
|
||||
(defvar org-bibtex-html-entries-alist) ; Dynamically scoped.
|
||||
(defvar org-bibtex-html-keywords-alist) ; Dynamically scoped.
|
||||
(defvar org-bibtex-html-entries-alist nil) ; Dynamically scoped.
|
||||
(defvar org-bibtex-html-keywords-alist nil) ; Dynamically scoped.
|
||||
|
||||
|
||||
;;;; Advices
|
||||
|
|
Loading…
Reference in New Issue