emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] beamer export questions


From: John Hendy
Subject: [O] beamer export questions
Date: Tue, 24 May 2011 14:48:13 -0500

Hi,


I've fiddled with org-mode and beamer before successfully, but it's been a while. I'm having a few issues i don't understand.

This is currently my header:
---
#+DATE:      2011-05-25
#+OPTIONS:   H:2 num:t toc:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS:   TeX:t LaTeX:t author:nil
#+startup: beamer
#+LaTeX_CLASS: beamer
#+BEAMER_FRAME_LEVEL: 2
#+latex_header: \usepackage{lmodern}
---

Is there any way to get the generated index on the right to include the frames themselves? This is just a simple presentation for a meeting -- basically, i just exported my outline for the meeting to beamer so I'll have something to show, and then I'll take notes in the same org file itself as we discuss. It's like so:

---
* top headline (only because
** agenda
** updates
** roles and responsibilities
** open discussion
---

When I export, the outline only includes the top headline. Not a big deal; I basically just re-created what i want via my agenda slide. Also, the index on the left only lists the top slide.

While I understand that for longer presentations where you have many "top level" sections, you might want the index/TOC to only contain those major sections, for this type of application where one doesn't need more than two levels deep, it would be nice to at least have the option to make the TOC list everything (even omitting the top level heirarchically since it's silly to have it shown in this case).

I tried just using all top level headlines, but then I can't seem to get the TOC to show up at all, even with options H:1 and toc:1 (and verifying that \setcounter{tocdepth}{1} is in the .tex file).

Any suggestions/pointers as to what I'm doing wrong? My goal would be:
- index where all frames are shown
- a TOC where all frames are listed


Thanks,
John


reply via email to

[Prev in Thread] Current Thread [Next in Thread]