emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] [New exporter] Wrong export to LaTeX


From: Sebastien Vauban
Subject: [O] [New exporter] Wrong export to LaTeX
Date: Thu, 11 Oct 2012 15:04:42 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (windows-nt)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]