org-element: OPTIONAL_TITLE becomes ALT_TITLE property
commit86563e0119e1f0b710fb833e58504d1dc607b660
authorNicolas Goaziou <n.goaziou@gmail.com>
Tue, 26 Feb 2013 23:00:33 +0000 (27 00:00 +0100)
committerNicolas Goaziou <n.goaziou@gmail.com>
Tue, 26 Feb 2013 23:03:59 +0000 (27 00:03 +0100)
tree9bc3a9303973bd914fcb3cd541eb03d5a7daa75c
parentbb45dd1074783d2cfd2602e56400ecb97c28a0ca
org-element: OPTIONAL_TITLE becomes ALT_TITLE property

* lisp/org-element.el (org-element-headline-parser):
  Rename :optional-title into :alt-title.
* lisp/ox.el (org-export-get-alt-title): Renamed from
  `org-export-get-optional-title'.
* lisp/ox-ascii.el (org-ascii--build-title): Apply name change.
* lisp/ox-html.el (org-html--format-toc-headline): Apply name change.
* lisp/ox-latex.el (org-latex-headline): Apply name change.
* lisp/ox-texinfo.el (org-texinfo--get-node,
  org-texinfo--generate-menu-items): Apply name change.
* testing/lisp/test-ox.el: Update tests.
* doc/org.texi (Table of contents): Update documentation.
doc/org.texi
lisp/org-element.el
lisp/ox-ascii.el
lisp/ox-html.el
lisp/ox-latex.el
lisp/ox-texinfo.el
lisp/ox.el
testing/lisp/test-ox.el