浏览代码

org-e-odt: Add require + autoload cookie

Jambunathan K 13 年之前
父节点
当前提交
40e710bbd5
共有 1 个文件被更改,包括 2 次插入0 次删除
  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.