diff --git a/contrib/lisp/ox-s5.el b/contrib/lisp/ox-s5.el index 76f5fa682..ae7e6bed2 100644 --- a/contrib/lisp/ox-s5.el +++ b/contrib/lisp/ox-s5.el @@ -118,31 +118,21 @@ Can be overriden with the S5_UI_URL property." :group 'org-export-s5 :type '(choice (const hidden) (const visibile))) -(defcustom org-s5-divs +(defvar org-s5--divs '((preamble "div" "header") (content "div" "content") (postamble "div" "footer")) - "Alist of the threed section elements for HTML export. + "Alist of the three section elements for HTML export. The car of each entry is one of 'preamble, 'content or 'postamble. The cdrs of each entry are the ELEMENT_TYPE and ID for each section of the exported document. -Note that changing the defaults for the preamble and postamble -will break the standard S5 stylesheets. To generate XOXO compatible -slideshows, change the content ELEMENT_TYPE to \"ul\" or \"ol\" -and the `org-html-container-element' to \"li\"." - :group 'org-export-html - :version "24.4" - :package-version '(Org . "8.0") - :type '(list :greedy t - (list :tag "Preamble" - (const :format "" preamble) - (string :tag "element") (string :tag " id")) - (list :tag "Content" - (const :format "" content) - (string :tag "element") (string :tag " id")) - (list :tag "Postamble" (const :format "" postamble) - (string :tag " id") (string :tag "element")))) +If you set `org-html-container-element' to \"li\", \"ol\" will be +uses as the content ELEMENT_TYPE, generating an XOXO format +slideshow. + +Note that changing the preamble or postamble will break the +core S5 stylesheets.") (defcustom org-s5-postamble "