emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Sébastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: Re: Problem in org + beamer on B_frame BEAMER_env for subsections with BEAMER_FRAME_LEVEL: 0
Date: Fri, 17 Sep 2010 10:03:03 +0200	[thread overview]
Message-ID: <87d3sc3ih4.fsf@mundaneum.com> (raw)
In-Reply-To: 1284655509.30245.28.camel@inf-8657.int-evry.fr

Hi Olivier,

Olivier Berger wrote:
> It seems to me it's currently impossible to use a custom frames sequencing
> in org + beamer, as only positive values of BEAMER_FRAME_LEVEL seem to be
> working here.
>
> I'm trying to use the following simple slides document below, but it fails
> [...]
>
> #+TITLE:    Example presentation with org and beamer
> #+startup: beamer
> #+LaTeX_CLASS: beamer
> #+LaTeX_CLASS_OPTIONS: [presentation]
> #+BEAMER_FRAME_LEVEL: 0
>
> #+BEAMER_HEADER_EXTRA: \usetheme{default}\usecolortheme{default}
> #+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)
> #+PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 :ETC
>
> * Introduction                                                      :B_frame:
> :PROPERTIES:
> :BEAMER_env: frame
> :END:
> hehe[fn:1]
> coin
>
> ** Coin                                                             :B_frame:
> :PROPERTIES:
> :BEAMER_env: frame
> :END:
> ** Example subsection 1                                             :B_frame:
> :PROPERTIES:
> :BEAMER_env: frame
> :END:
> *** Subection 1 text
> *** coin
>
> * Footnotes
> [fn:1] hehe

What I find weird, here, is that you put Beamer frames *inside* other Beamer
frames. I think that's the problem.

Why are you trying to do so?  What are you trying to achieve, structurally?

For me, setting =BEAMER_FRAME_LEVEL= to 0 means you can play with different
sectioning levels above your set of slides; but not that you can have slides
in slides...

Example:

--8<---------------cut here---------------start------------->8---
#+BEGIN_SRC org
* Intro (Section)

** Slide #1                                                         :B_frame:

** Slide #2                                                         :B_frame:

* Chapter 1 (Section)

** Problem (Sub-section)

** Slide #3                                                          :B_frame:

** Slide #4                                                          :B_frame:

** Solution (Sub-section)

** Slide #5                                                          :B_frame:

* Conclusion (Section)

** Slide #6                                                          :B_frame:
#+END_SRC
--8<---------------cut here---------------end--------------->8---

Here, you have the following TOC structure:

1. Intro
2. Chapter 1
   2.1 Problem
   2.2 Solution
3. Conclusion

and some slides that are placed at different structuring levels...

HTH,
  Seb

-- 
Sébastien Vauban


_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode-mXXj517/zsQ@public.gmane.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

      reply	other threads:[~2010-09-17  8:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-16 16:45 Problem in org + beamer on B_frame BEAMER_env for subsections with BEAMER_FRAME_LEVEL: 0 Olivier Berger
2010-09-17  8:03 ` Sébastien Vauban [this message]

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=87d3sc3ih4.fsf@mundaneum.com \
    --to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.gmane.org \
    /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).