1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-11 09:20:32 +00:00

Make org-exp-bibtex.el require org and org-exp

This commit is contained in:
Carsten Dominik 2010-01-31 17:53:28 +01:00
parent cf88505b12
commit 9321460f3e

View File

@ -56,7 +56,8 @@
;; 2) creates a foo.html and foo_bib.html
;; 3) includes the contents of foo.html in the exported html file
(require 'org)
(require 'org-exp)
(defun org-export-bibtex-preprocess ()
"Export all BibTeX."
(interactive)