Hi Matthew,

Matthew Gidden <gid...@wisc.edu> writes:

Thanks for the patch.

> I ran into the issue that many others have cited: an inability to add short
> titles, etc., to org-mode-generated Beamer presentations [1, 2, 3]. This
> patch allows such capability through a BEAMER_HEADER_EXTRA tag, which is
> placed after title, author, etc., but before `\begin{document}`.  Short
> titles, for example, can now be added via
>
> ```
> #+BEAMER_HEADER_EXTRA: \title[A Short Title]{ \inserttitle }
> ```

>From you patch, it seems that you want to adds something akin
to #+LATEX_HEADER or #+LATEX_HEADER_EXTRA.  IOW there's no formatting
going on and these lines expect raw latex code.

Could you not get the same by using org-latex-classes?  Or at the latex
level solution could presumably be archived with etoolbox.  Anyway,
another keyword doesn't hurt anybody.

—Rasmus

-- 
It was you, Jezebel, it was you


Reply via email to