From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: beamer export questions Date: Tue, 24 May 2011 22:15:44 +0100 Message-ID: <87sjs3kdfj.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:38977) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOyxG-00065A-Dk for emacs-orgmode@gnu.org; Tue, 24 May 2011 17:15:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOyxE-0007Eh-Qh for emacs-orgmode@gnu.org; Tue, 24 May 2011 17:15:54 -0400 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:48981) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOyxE-0007Ed-GI for emacs-orgmode@gnu.org; Tue, 24 May 2011 17:15:52 -0400 In-Reply-To: (John Hendy's message of "Tue, 24 May 2011 14:48:13 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: John Hendy Cc: emacs-orgmode John Hendy writes: > 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: If I understand you correctly, this has more to do with the beamer theme you use than anything org does or can actually do! Org does nothing more than translate (given your BEAMER_FRAME_LEVEL setting) top level headings to latex sections and second level headings to frames. Interpreting sections and frames is up to the beamer theme. Some will indeed display frame titles, IRC, but it's not something I've ever done/needed/wanted! What beamer theme are you using? Have you tried any others? Check out the beamer manual and the web pages for alternatives. HTH, eric -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.5 (release_7.5.299.gb638.dirty)