ox: Remove `comment' special value for `org-export-with-creator'
commit16cea3d7b74e34945355cf434a684890f4c52cb2
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 17 Mar 2015 14:40:52 +0000 (17 15:40 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 17 Mar 2015 14:51:22 +0000 (17 15:51 +0100)
tree736a88c104dc68d7cf7a001e56d831efe85969b8
parentfd8c843692e4c487bd03ed0d71b0bac69112b335
ox: Remove `comment' special value for `org-export-with-creator'

* lisp/ox.el (org-export-with-creator): Change default value.

* lisp/ox-ascii.el (org-ascii-template):
* lisp/ox-beamer.el (org-beamer-template):
* lisp/ox-latex.el (org-latex-template):
* lisp/ox-odt.el (org-odt-template):
* lisp/ox-org.el (org-org-template):
* lisp/ox-texinfo.el (org-texinfo-template): Treat
  `org-export-with-creator' as a boolean.

* testing/lisp/test-ox.el (test-org-export/parse-option-keyword):
  Update test.

* doc/org.texi (Export settings): Update allowed values in
  `org-export-with-creator'.

* etc/ORG-NEWS: Signal change.

Special `comment' value isn't meaningful for all back-ends and is not
implemented in every back-end where it makes sense anyway.

It is possible to add a comment including creator at the end of the
document using a body filter instead.
doc/org.texi
etc/ORG-NEWS
lisp/ox-ascii.el
lisp/ox-beamer.el
lisp/ox-latex.el
lisp/ox-odt.el
lisp/ox-org.el
lisp/ox-texinfo.el
lisp/ox.el
testing/lisp/test-ox.el