Dnia 2013-09-29, o godz. 16:53:14
Nicolas Goaziou <n.goaz...@gmail.com> napisaƂ(a):

> Hello,
> 
> Daniele Pizzolli <d...@toel.it> writes:
> 
> > Dates in org-format in heading break the beamer export:
> >
> > Minimal case:
> >
> > #+OPTIONS: H:3
> > * title [2013-09-29 Sun]
> > ** section
> > *** frame
> > text
> >
> > Result for beamer export:
> >
> > org-latex-compile: PDF file ./beamer-bug-date.pdf wasn't produced:
> > [undefined control sequence] Runaway argument
> 
> It's a LaTeX Beamer problem: it doesn't like
> 
>   \section{title \textit{[2013-09-29 Sun]}}
> 
> produced by Org, although regular LaTeX accepts it.
> 
> Do you know about a workaround for this?

This is really a workaround: put a \protect before \textit.

In general, putting formatting commands in \section title etc., even if
not erroneous, is considered a bad practice.

Hth,

> 
> 
> Regards,
> 



-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University

Reply via email to