Hi

I have the following MWE (file)
--8<---------------cut here---------------start------------->8---

#+begin_src emacs-lisp :results silent :exports none
(require 'ox-beamer)
(setq org-beamer-frame-level 3)
#+end_src


* Power (section)
** Motivation
*** Frametitle
--8<---------------cut here---------------end--------------->8---

It is however exported to 

--8<---------------cut here---------------start------------->8---

\subsection{Power (section)}
\label{sec:org621c63f}
\section{Motivation}
\label{sec:org550b4f7}
\begin{frame}[label={sec:org61e8cd2}]{Frametitle}
\end{frame}

--8<---------------cut here---------------end--------------->8---

Instead of 

--8<---------------cut here---------------start------------->8---

\section{Power (section)}
\label{sec:org621c63f}
\subsection{Motivation}
\label{sec:org550b4f7}
\begin{frame}[label={sec:org61e8cd2}]{Frametitle}
\end{frame}
\end{document}
--8<---------------cut here---------------end--------------->8---

Anybody knows what's going on? I might have set a variable I should not have 
set?

Regards

Uwe Brauer 

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to