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:
parent
6b0a302ead
commit
5e849070be
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue