소스 검색

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.