emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <n.goaziou@gmail.com>
To: Fabrice Popineau <fabrice.popineau@supelec.fr>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-e-beamer-exporter and frame level
Date: Thu, 30 Aug 2012 13:46:03 +0200	[thread overview]
Message-ID: <87harkk3gk.fsf@gmail.com> (raw)
In-Reply-To: <CAFgFV9P6cUR9cbAMPL7zFzaxKsw6iDwOTOU3XboyZ_hGYF+_oA@mail.gmail.com> (Fabrice Popineau's message of "Thu, 30 Aug 2012 13:34:09 +0200")

Hello,

Fabrice Popineau <fabrice.popineau@supelec.fr> 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

  reply	other threads:[~2012-08-30 11:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-30 11:34 org-e-beamer-exporter and frame level Fabrice Popineau
2012-08-30 11:46 ` Nicolas Goaziou [this message]
2012-08-30 11:56   ` Fabrice Popineau
2012-08-30 11:51 ` Fabrice Popineau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87harkk3gk.fsf@gmail.com \
    --to=n.goaziou@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=fabrice.popineau@supelec.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).