Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------
I am trying to create a beamer presentation using the example at the
bottom of the page
http://orgmode.org/worg/org-tutorials/org-beamer.php
This example creates column environments *outside* the frame
environment and closes them *inside*. Surely, that can't be right.
\section{This is the first structural section}
\label{sec-1}
\begin{columns}[t]
\begin{column}{0.5\textwidth}
\begin{frame}
\frametitle{Thanks to Eric Fraga}
\label{sec-1.2}
for the first viable beamer setup in Org
\end{column}
\end{columns}
\end{frame}
Best regards,
Ruud