Browse Source

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

Carsten Dominik 15 years ago
parent
commit
9321460f3e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      contrib/lisp/org-exp-bibtex.el

+ 2 - 1
contrib/lisp/org-exp-bibtex.el

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