emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [New exporter] Wrong export to LaTeX
@ 2012-10-11 13:04 Sebastien Vauban
  2012-10-11 13:21 ` Nicolas Goaziou
  2012-10-11 13:45 ` Suvayu Ali
  0 siblings, 2 replies; 18+ messages in thread
From: Sebastien Vauban @ 2012-10-11 13:04 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

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

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2012-10-16  7:49 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-11 13:04 [New exporter] Wrong export to LaTeX Sebastien Vauban
2012-10-11 13:21 ` Nicolas Goaziou
2012-10-11 16:52   ` Suvayu Ali
2012-10-11 17:54     ` Nicolas Goaziou
2012-10-12 10:24       ` Suvayu Ali
2012-10-12 11:06         ` Sebastien Vauban
2012-10-12 11:32           ` Sebastien Vauban
2012-10-12 11:51             ` Nicolas Goaziou
2012-10-12 12:15             ` Suvayu Ali
2012-10-12 12:05           ` Suvayu Ali
2012-10-15 20:23             ` Sebastien Vauban
2012-10-15 20:42               ` Nicolas Goaziou
2012-10-16  7:49                 ` Sebastien Vauban
2012-10-12 12:09         ` Nicolas Goaziou
2012-10-12 12:19           ` Suvayu Ali
2012-10-11 13:45 ` Suvayu Ali
2012-10-11 14:41   ` Sebastien Vauban
2012-10-11 15:35     ` Suvayu Ali

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).