ox-texinfo: Fix `org-texinfo-classes'
commit4b6f9b25b8f6087642c05915783f84b9c4cd284a
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Mon, 4 Aug 2014 09:47:40 +0000 (4 11:47 +0200)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Tue, 5 Aug 2014 08:52:19 +0000 (5 10:52 +0200)
treede4fcc08baf659094a22db0a9c1038041a3a4a16
parent3ff46fdbffa80fbf420905d3c89462609aae690f
ox-texinfo: Fix `org-texinfo-classes'

* lisp/ox-texinfo.el (org-texinfo-classes): Change default value.
  Update docstring.
(org-texinfo-template): Insert header string from current class after
"@settitle" command.  Always provide "\input texinfo" at the beginning
of the output.

Header string in the class was inserted before "@setfilename".
Texinfo ignores anything between "\input texinfo" and that command,
making any value besides the default one useless.
lisp/ox-texinfo.el