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?


Regards,

-- 
Nicolas Goaziou

Reply via email to