Ver Fonte

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

Carsten Dominik há 15 anos atrás
pai
commit
9321460f3e
1 ficheiros alterados com 2 adições e 1 exclusões
  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
 ;; 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)