ox: Better return value for `org-export-get-optional-title'
commita15a657bfb44f5b4380a8d69fc56bc4271a27f2e
authorNicolas Goaziou <n.goaziou@gmail.com>
Sun, 24 Feb 2013 08:15:26 +0000 (24 09:15 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Sun, 24 Feb 2013 08:20:35 +0000 (24 09:20 +0100)
treed6c61e3f71e47a61297addd9ace207f8a61b6d89
parentf8e87473d7d0efe1e9a1cc0dea36c884e67e25f0
ox: Better return value for `org-export-get-optional-title'

* lisp/ox.el (org-export-get-optional-title): Return regular title
  when no optional title is found.
* lisp/ox-ascii.el (org-ascii--build-title): Apply change to
  `org-export-get-optional-title'.
* lisp/ox-html.el (org-html--format-toc-headline): Apply change to
  `org-export-get-optional-title'.
* lisp/ox-latex.el (org-latex-headline): Apply change to
  `org-export-get-optional-title'.
* testing/lisp/test-ox.el: Add tests.
lisp/ox-ascii.el
lisp/ox-html.el
lisp/ox-latex.el
lisp/ox.el
testing/lisp/test-ox.el