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:
parent
cf88505b12
commit
9321460f3e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user