Pedro Andres Aranda Gutierrez <[email protected]> writes:

> Could you please try with a more recent org (git master or from elpa)
> and check whether that fixes your issue?

After updating to latest git, ox-latex and ox-beamer still always
exports \title{...}. Maybe there needs to be a check for the
export-with-title value on line 2073 of ox-latex.el?

Another problem is that if you need to set a custom title like this:
#+latex_header: \title[XYZ]{something}

then the exported \title{...} will override it.

export-with-author seems to be OK now.

export-with-date is more complicated because LaTeX defaults to today's
date if \date{} is not present. Maybe there should be an Latex exporter
option like org-latex-suppress-date? Otherwise
\date{} cannot be overriden using #+latex_header: either.

Maybe if #+latex_header: commands were exported further down (after
\title{}, \date{}, etc.), that could also fix it.

Reply via email to