Hi all,

is the new exporter lacking the possibility to set the title of the
exported document, when the title is set in the properties?

Example:
,----
| #+title: test
| 
| * testexport
|   :PROPERTIES:
|   :EXPORT_TITLE: Pumuckl
|   :END:
| Some text.
`----

On my system, this still exports to (in LaTeX):
,----
| ...
| \title{test}
| ...
`----

which should be
,----
| ...
| \title{Pumuckl}
| ...
`----

in my opinion.

Regards,
Andreas


Reply via email to