summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Dominik <carsten.dominik@gmail.com>2010-01-31 17:53:28 +0100
committerCarsten Dominik <carsten.dominik@gmail.com>2010-01-31 17:53:28 +0100
commit9321460f3ef21c14e28ca59e504b53c2073829c3 (patch)
tree71b113d413df644fc534a4213fd6450426cb0049
parentcf88505b121b0e4c15577525831325e60bfe0e4e (diff)
downloadorg-mode-9321460f3ef21c14e28ca59e504b53c2073829c3.tar.gz
Make org-exp-bibtex.el require org and org-exp
-rw-r--r--contrib/lisp/org-exp-bibtex.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/lisp/org-exp-bibtex.el b/contrib/lisp/org-exp-bibtex.el
index c685752..ab6a6b0 100644
--- a/contrib/lisp/org-exp-bibtex.el
+++ b/contrib/lisp/org-exp-bibtex.el
@@ -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)