Browse Source

org-export: Silence byte-compiler

Nicolas Goaziou 12 years ago
parent
commit
86ff4cde98
1 changed files with 7 additions and 0 deletions
  1. 7 0
      contrib/lisp/org-export.el

+ 7 - 0
contrib/lisp/org-export.el

@@ -104,10 +104,17 @@
 (eval-when-compile (require 'cl))
 (require 'org-element)
 
+
+(declare-function org-e-ascii-export-as-ascii "org-e-ascii"
+		  (&optional subtreep visible-only body-only ext-plist))
 (declare-function org-e-ascii-export-to-ascii "org-e-ascii"
 		  (&optional subtreep visible-only body-only ext-plist pub-dir))
+(declare-function org-e-html-export-as-html "org-e-html"
+		  (&optional subtreep visible-only body-only ext-plist pub-dir))
 (declare-function org-e-html-export-to-html "org-e-html"
 		  (&optional subtreep visible-only body-only ext-plist pub-dir))
+(declare-function org-e-latex-export-as-latex "org-e-latex"
+		  (&optional subtreep visible-only body-only ext-plist))
 (declare-function org-e-latex-export-to-latex "org-e-latex"
 		  (&optional subtreep visible-only body-only ext-plist pub-dir))
 (declare-function org-e-latex-export-to-pdf "org-e-latex"