Hi all,

I am having trouble to find a way to set a short title for the exported
beamer document.


Illustration:

I'd like to see
,----
| \title[short title]{long title}
`----
in the exported latex document.


The first shot
,----
|  #+TITLE: [short title]{long title}
`----
was too easy, I guess.


Overriding org's setting of \title with
,----
| #+TITLE:       long title
| #+latex_header: \title[short title]{long title}
`----
does not work either, as org's setting gets into the tex later.


What is the way to accomplish this?

Regards,
Andreas


Reply via email to