ox: Add #+SUBTITLE property in some backends
commita780080fcf38ca6412658323eae9367a17a12bdf
authorRasmus <rasmus@gmx.us>
Sun, 1 Mar 2015 21:09:19 +0000 (1 22:09 +0100)
committerRasmus <rasmus@gmx.us>
Wed, 8 Apr 2015 21:23:13 +0000 (8 23:23 +0200)
treea3fa299bbf76a30ab604021ab6fc0c0b499e3e1c
parent951ae54c2e050ae248f9b82db00e0f1a0c82ed50
ox: Add #+SUBTITLE property in some backends

* ox-texinfo.el (texinfo, org-texinfo-template): Parse subtitle.
* ox-s5.el (org-s5-title-slide-template):
* ox-deck.el (org-deck-title-slide-template):
* ox-odt.el (odt, org-odt-template):
* ox-latex.el (latex, org-latex-template):
* ox-html.el (html, org-html-format-spec, org-html-template):
* ox-ascii.el (ascii, org-ascii-template--document-title):
* ox-beamer.el (beamer, org-beamer-template): Support #+SUBTITLE.
* ox-html.el (org-html-postamble-format)
(org-html-preamble-format):
* ox-latex.el (org-latex-title-command)
(org-latex-hyperref-template): Update docstring.
* ox-html.el (org-html-style-default): New .subtitle css property.
* ox-beamer.el (org-beamer-subtitle-format):
* ox-latex.el (org-latex-subtitle-format)
(org-latex-subtitle-separate): New variable.
* org.texi (ASCII/Latin-1/UTF-8 export)
(Beamer specific export settings)
(HTML Specific export settings)
(@LaTeX{} specific export settings, CSS support)
(ODT specific export settings)
(Texinfo specific export settings, Document preamble)
(Publishing options, Publishing options): Document #+SUBTITLE.

The patch adds a #+SUBTITLE keyword to ox-ascii, ox-latex, ox-html and
ox-odt.
contrib/lisp/ox-deck.el
contrib/lisp/ox-s5.el
doc/org.texi
etc/ORG-NEWS
lisp/ox-ascii.el
lisp/ox-beamer.el
lisp/ox-html.el
lisp/ox-latex.el
lisp/ox-odt.el
lisp/ox-texinfo.el