From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabrice Popineau Subject: Re: org-e-beamer-exporter and frame level Date: Thu, 30 Aug 2012 13:56:44 +0200 Message-ID: References: <87harkk3gk.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001636eeff18b8b5d904c87a5faf Return-path: Received: from eggs.gnu.org ([208.118.235.92]:56658) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T73N0-0003zI-HT for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 07:57:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T73Mv-0002Zx-Mh for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 07:57:10 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:59701) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T73Mv-0002Zd-BB for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 07:57:05 -0400 Received: by wibhn17 with SMTP id hn17so119300wib.12 for ; Thu, 30 Aug 2012 04:57:04 -0700 (PDT) In-Reply-To: <87harkk3gk.fsf@gmail.com> 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@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org --001636eeff18b8b5d904c87a5faf Content-Type: text/plain; charset=ISO-8859-1 2012/8/30 Nicolas Goaziou > (add-to-list 'org-e-latex-classes > '("beamer" > "\\documentclass\[presentation\]\{beamer\} > \[DEFAULT-PACKAGES] > \[PACKAGES] > \[EXTRA]" > ("\\section\{%s\}" . "\\section*\{%s\}") > ("\\subsection\{%s\}" . "\\subsection*\{%s\}") > ("\\subsubsection\{%s\}" . "\\subsubsection*\{%s\}"))) > Ok ... I used this : (add-to-list 'org-e-latex-classes '("beamer" "\\documentclass{beamer} [NO-DEFAULT-PACKAGES] [NO-PACKAGES]" org-beamer-sectioning)) And thought it would work, but obviously, org-beamer-sectioning doesn't behave the right way. Thanks for the explanation. -- Fabrice --001636eeff18b8b5d904c87a5faf Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

2012/8/30 Nicolas Goaziou <n.goaziou@= gmail.com>
(add-to-list 'org-e-latex-classes
=A0 =A0 =A0 =A0 =A0 =A0 =A0'("beamer"
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0"\\documentclass\[presentation\]\{beame= r\}
\[DEFAULT-PACKAGES]
\[PACKAGES]
\[EXTRA]"
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0("\\section\{%s\}" . "\\secti= on*\{%s\}")
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0("\\subsection\{%s\}" . "\\su= bsection*\{%s\}")
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0("\\subsubsection\{%s\}" . "\= \subsubsection*\{%s\}")))

Ok ... I used th= is :

(add-to-list 'org-e-latex-classes
=A0 =A0 '("beamer" "\\documentclass{beamer}
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0[NO-DEFAULT-PACKAGES]
=
=A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0[NO-PACKAGES]"
=A0 =A0 =A0 =A0 org-beamer-sectioning))

And tho= ught it would work, but obviously, org-beamer-sectioning doesn't behave= the right way.

Thanks for the explanation.

--
= Fabrice
--001636eeff18b8b5d904c87a5faf--