Apply changes to slideshow exporter to use new `org-html-divs'
commit60830fa4d27c2b86573b0829865c8555b3d76385
authorRick Frankel <rick@rickster.com>
Mon, 11 Mar 2013 21:49:39 +0000 (11 17:49 -0400)
committerRick Frankel <rick@rickster.com>
Sat, 16 Mar 2013 19:17:44 +0000 (16 15:17 -0400)
tree9389217fb989b4305a2d460e57d819f44718d616
parentacbf00ea24696270d93e5d697a68edb5924d242c
Apply changes to slideshow exporter to use new `org-html-divs'
specification.

* contrib/lisp/ox-deck.el:
  - Rename header/footer options and methods to preamble/postamble to
  be more consistent with underlining html exporter. Also remove
  included wrapper section to allow for using the element specified in
  `org-html-divs'.
  - add `org-deck-preamble-postamble-styles' variable
  - Rename `org-deck-title-page-styles' to `org-deck-styles'.
  - Rename `org-deck-title-page-* to `org-deck-title-slide-*'

(org-deck-template):
        - use :html-doctype instead of forcing html5.
        - use xhtml valid meta charset tag
        - Use elements specified in `org-html-divs'.
        - Cleanup embeded css (move into a single style section)

* contrib/lisp/ox-s5.el:
  - Use `org-html-div' container class for content
  - Change header/footer templates to remove wrapper from
  customization string.
(org-s5-toc): Use :html-container instead of hard-coded div.
(org-s5-template): use :html-doctype, :html-container and
`org-html-divs' container class.
contrib/lisp/ox-deck.el
contrib/lisp/ox-s5.el