Forráskód Böngészése

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

Carsten Dominik 15 éve
szülő
commit
9321460f3e
1 módosított fájl, 2 hozzáadás és 1 törlés
  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)