From 8decdbcd23f985e0baf0dd24113e2dc0a8f1784d Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sat, 2 Mar 2013 10:25:10 +0100 Subject: [PATCH] Add (provide ...) forms. E.g., if a user requires the 'org-icalendar feature, he really wants to load 'ox-icalendar if it's in her load-path. --- lisp/ox-ascii.el | 1 + lisp/ox-beamer.el | 1 + lisp/ox-html.el | 1 + lisp/ox-icalendar.el | 1 + lisp/ox-latex.el | 1 + lisp/ox-odt.el | 1 + lisp/ox-publish.el | 1 + 7 files changed, 7 insertions(+) diff --git a/lisp/ox-ascii.el b/lisp/ox-ascii.el index f7a713f97..ee05b7df9 100644 --- a/lisp/ox-ascii.el +++ b/lisp/ox-ascii.el @@ -1946,6 +1946,7 @@ Return output file name." (provide 'ox-ascii) +(provide 'org-ascii) ; Stay compatible with <8.0 configurations ;; Local variables: ;; generated-autoload-file: "org-loaddefs.el" diff --git a/lisp/ox-beamer.el b/lisp/ox-beamer.el index 24d58bd45..76ead557b 100644 --- a/lisp/ox-beamer.el +++ b/lisp/ox-beamer.el @@ -1244,6 +1244,7 @@ Return output file name." (provide 'ox-beamer) +(provide 'org-beamer) ; Stay compatible with <8.0 configurations ;; Local variables: ;; generated-autoload-file: "org-loaddefs.el" diff --git a/lisp/ox-html.el b/lisp/ox-html.el index 236e8cde8..f925b3cbb 100644 --- a/lisp/ox-html.el +++ b/lisp/ox-html.el @@ -3215,6 +3215,7 @@ Return output file name." ;;;; alt = (file-name-nondirectory path) (provide 'ox-html) +(provide 'org-html) ; Stay compatible with <8.0 configurations ;; Local variables: ;; generated-autoload-file: "org-loaddefs.el" diff --git a/lisp/ox-icalendar.el b/lisp/ox-icalendar.el index 22c7b652b..c709b7ff2 100644 --- a/lisp/ox-icalendar.el +++ b/lisp/ox-icalendar.el @@ -990,6 +990,7 @@ files to build the calendar from." (provide 'ox-icalendar) +(provide 'org-icalendar) ; Stay compatible with <8.0 configurations ;; Local variables: ;; generated-autoload-file: "org-loaddefs.el" diff --git a/lisp/ox-latex.el b/lisp/ox-latex.el index 6f4052b31..a36f607be 100644 --- a/lisp/ox-latex.el +++ b/lisp/ox-latex.el @@ -2888,6 +2888,7 @@ Return output file name." (provide 'ox-latex) +(provide 'org-latex) ; Stay compatible with <8.0 configurations ;; Local variables: ;; generated-autoload-file: "org-loaddefs.el" diff --git a/lisp/ox-odt.el b/lisp/ox-odt.el index e7f21f2f6..43a15d730 100644 --- a/lisp/ox-odt.el +++ b/lisp/ox-odt.el @@ -4376,6 +4376,7 @@ using `org-open-file'." org-odt-file-extensions) (provide 'ox-odt) +(provide 'org-odt) ; Stay compatible with <8.0 configurations ;; Local variables: ;; generated-autoload-file: "org-loaddefs.el" diff --git a/lisp/ox-publish.el b/lisp/ox-publish.el index 2a8916762..e0220e814 100644 --- a/lisp/ox-publish.el +++ b/lisp/ox-publish.el @@ -1207,6 +1207,7 @@ Returns value on success, else nil." (provide 'ox-publish) +(provide 'org-publish) ; Stay compatible with <8.0 configurations ;; Local variables: ;; generated-autoload-file: "org-loaddefs.el" -- 2.11.4.GIT