From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: [New exporter] Wrong export to LaTeX Date: Thu, 11 Oct 2012 15:04:42 +0200 Message-ID: <80txu1ma6t.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Nicolas, When I try to export the following ECM: --8<---------------cut here---------------start------------->8--- #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_THEME: default #+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_act(Act) %4BEAMER_col(Col) %8BEAMER_opt(Opt) #+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.0 :ETC #+OPTIONS: H:2 #+BEAMER_FRAME_LEVEL: 2 * First section ** First frame Introduction: why? ** Second frame Objective is... * Second section ** Third frame Conclusions are... --8<---------------cut here---------------end--------------->8--- I get with the *old exporter*: --8<---------------cut here---------------start------------->8--- % Created 2012-10-11 Thu 14:56 \documentclass[presentation]{beamer} % ... \title{ecm} \author{Sebastien Vauban} \date{\today} \hypersetup{ pdfkeywords={}, pdfsubject={}, pdfcreator={Emacs Org-mode version 7.9.2}} \begin{document} \maketitle \begin{frame} \frametitle{Agenda} \setcounter{tocdepth}{2} \tableofcontents \end{frame} \section{First section} \label{sec-1} \begin{frame} \frametitle{First frame} \label{sec-1-1} Introduction: why? \end{frame} \begin{frame} \frametitle{Second frame} \label{sec-1-2} Objective is\ldots{} \end{frame} \section{Second section} \label{sec-2} \begin{frame} \frametitle{Third frame} \label{sec-2-1} Conclusions are\ldots{} \end{frame} \end{document} --8<---------------cut here---------------end--------------->8--- and the following with the *new exporter*: --8<---------------cut here---------------start------------->8--- % Created 2012-10-11 Thu 14:57 \documentclass[presentation]{beamer} % ... \author{Sebastien Vauban} \date{\today} \title{ecm} \hypersetup{ pdfkeywords={}, pdfsubject={}, pdfcreator={}} \begin{document} \maketitle \tableofcontents \vspace*{1cm} \section{First section} \label{sec-1} \subsection{First frame} \label{sec-1-1} Introduction: why? \subsection{Second frame} \label{sec-1-2} Objective is\ldots{} \section{Second section} \label{sec-2} \subsection{Third frame} \label{sec-2-1} Conclusions are\ldots{} \end{document} --8<---------------cut here---------------end--------------->8--- Notable differences: - No frames are created!? - (detail) PDFCreator is not set to Org-mode blah-blah (wished like that?) Am I missing something? Best regards, Seb GNU Emacs 24.2.1 (i386-mingw-nt5.1.2600) of 2012-08-29 on MARVIN Org-mode version 7.9.2 (release_7.9.2-428-ge2e545 @ d:/home/sva/src/org-mode/lisp/) -- Sebastien Vauban