emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Torsten Wagner <torsten.wagner@gmail.com>
To: Org Mode Mailing List <emacs-orgmode@gnu.org>
Subject: bug: BEAMER_FRAME_LEVEL does not work on subtrees
Date: Wed, 16 Nov 2011 00:00:47 +0900	[thread overview]
Message-ID: <CAPaq-gNfuQ5L_-Hc=25w4wMFZPDdfjnHpnVVxjH9WUreMHNt-g@mail.gmail.com> (raw)

[-- 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

                 reply	other threads:[~2011-11-15 15:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='CAPaq-gNfuQ5L_-Hc=25w4wMFZPDdfjnHpnVVxjH9WUreMHNt-g@mail.gmail.com' \
    --to=torsten.wagner@gmail.com \
    --cc=emacs-orgmode@gnu.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).