org-export: Add a require to e-odt back-end

* contrib/lisp/org-export.el (org-e-odt): Add a require to e-odt
  back-end.
This commit is contained in:
Nicolas Goaziou 2012-02-23 09:13:06 +01:00
parent 6b0a302ead
commit 5e849070be
1 changed files with 2 additions and 0 deletions

View File

@ -96,8 +96,10 @@
(require 'org-e-ascii "../../EXPERIMENTAL/org-e-ascii.el")
(require 'org-e-html "../../EXPERIMENTAL/org-e-html.el")
(require 'org-e-latex "../../EXPERIMENTAL/org-e-latex.el")
(require 'org-e-odt "../../EXPERIMENTAL/org-e-odt.el")
(require 'org-e-publish "../../EXPERIMENTAL/org-e-publish.el")
;;; Internal Variables