From 86ff4cde9878eea8863f9d287374de0c242d4055 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Fri, 20 Jul 2012 19:37:22 +0200 Subject: [PATCH] org-export: Silence byte-compiler --- contrib/lisp/org-export.el | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contrib/lisp/org-export.el b/contrib/lisp/org-export.el index 662a4498e..224260e4c 100644 --- a/contrib/lisp/org-export.el +++ b/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"