From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Beamer export: one question and one bug Date: Mon, 28 Oct 2013 10:13:48 -0400 Message-ID: <87d2mpmqjn.fsf@alphaville.bos.redhat.com> References: <87a9hxmujd.fsf@syk.fi> <87bo2drxfp.fsf@gmail.com> <87ob6cts64.fsf@syk.fi> <87hac3lct0.fsf@gmail.com> <87ppqrcc4h.fsf@syk.fi> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38344) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vana2-0007Wl-QS for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 10:14:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VanZw-0005N3-Qb for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 10:14:06 -0400 Received: from plane.gmane.org ([80.91.229.3]:60859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VanZw-0005Mr-K0 for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 10:14:00 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VanZu-0006NG-9t for emacs-orgmode@gnu.org; Mon, 28 Oct 2013 15:13:58 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Oct 2013 15:13:58 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Oct 2013 15:13:58 +0100 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: emacs-orgmode@gnu.org Jarmo Hurri writes: > Greetings again. > >>>>> 1. First the question: when I export the org file below as Beamer (C-c >>>>> C-e l O), I get an empty outline. How do I fix this? >> >> Seems to work fine for me with the older version that I was running, >> but I upgraded to latest and I get the beamer presentation I expected. > > I think I posed my initial question in a way that begs for a > misunderstanding. When I export the file as Beamer, I get a title page, > two slides _and_ an empty outline. Maybe someone interpreted my initial > question to mean that I get _only_ an empty outline. I would like for > the titles of the slides to appear in the outline. How do I achieve > this? > > (I know that I can get rid of the outline by setting toc:nil.) > Ah, indeed I misunderstood. AFAIK, toc-entries are created by \section{...} and the beamer exporter does not add \section headers - there might be a way to do that but I don't know it. There also might be a beamer way of having frames add their title to the TOC without \section help, but again I don't know whether that's possible. Nick