From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-e-beamer-exporter and frame level Date: Thu, 30 Aug 2012 13:46:03 +0200 Message-ID: <87harkk3gk.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T73G6-00018C-O6 for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 07:50:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T73G4-0008II-RC for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 07:50:01 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:40580) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T73G4-0008I9-Jq for emacs-orgmode@gnu.org; Thu, 30 Aug 2012 07:50:00 -0400 Received: by wibhn17 with SMTP id hn17so113820wib.12 for ; Thu, 30 Aug 2012 04:49:59 -0700 (PDT) In-Reply-To: (Fabrice Popineau's message of "Thu, 30 Aug 2012 13:34:09 +0200") 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: Fabrice Popineau Cc: emacs-orgmode@gnu.org Hello, Fabrice Popineau writes: > The variable BEAMER_FRAME_LEVEL seems not to be honoured anymore. Correct. It has been replaced by H:2 in #+OPTIONS: or `org-e-beamer-frame-level'. > If I set H:2 in OPTIONS, parsing breaks. If I set > org-e-beamer-frame-level to 2, parsing breaks too. Can anyone > confirm ? I get no error when using `org-e-beamer-export-to-pdf' on the following code: --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 * First section [2012-08-30 jeu. 13:32] ** First frame [2012-08-30 jeu. 13:32] ** Second frame [2012-08-30 jeu. 13:32] * Second section [2012-08-30 jeu. 13:32] ** Third frame [2012-08-30 jeu. 13:32] --8<---------------cut here---------------end--------------->8--- Do you have an appropriate "beamer" entry in `org-e-latex-classes' ? Mine is: --8<---------------cut here---------------start------------->8--- (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\}"))) --8<---------------cut here---------------end--------------->8--- Regards, -- Nicolas Goaziou