emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* bug: BEAMER_FRAME_LEVEL does not work on subtrees
@ 2011-11-15 15:00 Torsten Wagner
  0 siblings, 0 replies; only message in thread
From: Torsten Wagner @ 2011-11-15 15:00 UTC (permalink / raw)
  To: Org Mode Mailing List

[-- Attachment #1: Type: text/plain, Size: 817 bytes --]

Hi,

if I use
#+BEAMER_FRAME_LEVEL: 2
and export the entire document, the export is done correct.
First level ("*") is translated as section, second level headlines
("**") as slide titles and third level as headline for content of the
slides.

However, if I only want to export a subtree it does not work. Now,
first level headlines are omitted, second level headlines become
sections in the latex file and third level headlines are missing.
If I set
#+BEAMER_FRAME_LEVEL: 1
subtree export is working again as desired but sure export the entire
document is now wrong.
My guess would be that the subtree export is not taking care of the
#+BEAMER_FRAME_LEVEL property correctly. But this would not explain
why headlines are omitted.

Please find attached a minimal example to reproduce this behaviour.

Thanks

Torsten

[-- Attachment #2: beamer_subtree.org --]
[-- Type: text/x-org, Size: 935 bytes --]

#+TITLE:     Export a subtree
#+AUTHOR:    Torsten Wagner
#+EMAIL:     
#+DESCRIPTION:
#+KEYWORDS:
#+LANGUAGE:  en
#+OPTIONS:   H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
#+LINK_UP:   
#+LINK_HOME: 
#+XSLT:

#+startup: beamer
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [bigger]
#+BEAMER_FRAME_LEVEL: 2
#+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args) %4BEAMER_col(Col) %10BEAMER_extra(Extra)

* lecture 1
** start lecture 1
** slide 1
** slide 2
** slide 3
** end lecture 1
* lecture 2
** start lecture 2
** slide 1
** slide 2
*** Item 1
*** Item 2
*** Item 3
** slide 3
** end lecture 2
* lecture 2
** start lecture 3
** slide 1
** slide 2
** slide 3
** end lecture 3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-11-15 15:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-11-15 15:00 bug: BEAMER_FRAME_LEVEL does not work on subtrees Torsten Wagner

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).