Greetings.
I get an error (pdflatex hangs up) when trying to Beamer export the
following simple Org file (key command C-c C-e l O).
# -----------------------------------------------------------------
#+STARTUP: beamer
* This is a simple test
- let us see what happens
# -----------------------------------------------------------------
I have traced the issue to the extra comma in the following line in the
exported TeX file:
\begin{frame}[,label={sec:org03f80c8}]{This is a simple test}
If you remove the extra comma, then the file compiles just fine.
Thanks in advance!
Jarmo