Browse Source

org-e-odt: Add require + autoload cookie

Jambunathan K 13 years ago
parent
commit
40e710bbd5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      contrib/lisp/org-e-odt.el

+ 2 - 0
contrib/lisp/org-e-odt.el

@@ -27,6 +27,7 @@
 
 (eval-when-compile
   (require 'cl))
+(require 'org-export)
 
 
 ;;; Define Back-End
@@ -4118,6 +4119,7 @@ contextual information."
 
 ;;; Interactive functions
 
+;;;###autoload
 (defun org-e-odt-export-to-odt
   (&optional subtreep visible-only body-only ext-plist pub-dir)
   "Export current buffer to a HTML file.