From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Lasarczyk Subject: Re: New beamer support Date: Wed, 06 Jan 2010 12:13:39 +0100 Message-ID: References: <871vi3bm62.fsf@mundaneum.com> <4D2A7250-E096-4B8D-A7F0-85B043F01D08@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8Bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSTq7-0002YC-25 for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 06:14:11 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSTq1-0002Qe-Ot for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 06:14:10 -0500 Received: from [199.232.76.173] (port=55572 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSTq1-0002QT-JE for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 06:14:05 -0500 Received: from lo.gmane.org ([80.91.229.12]:36203) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NSTq1-0000S0-4T for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 06:14:05 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NSTpx-0003Hz-AX for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 12:14:01 +0100 Received: from p5b1660ab.dip.t-dialin.net ([91.22.96.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jan 2010 12:14:01 +0100 Received: from christian by p5b1660ab.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 06 Jan 2010 12:14:01 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Sébastien and Carsten, Carsten Dominik wrote: >> - How to get the TOC repeated when changing of section, with the new >> item >> highlighted? See my manual essay ;-) > > I don't know! Isn't this something that can be done with beamer themes? > I have no idea. > \AtBeginSection[] % Do nothing for \section* { \begin{frame} \frametitle{Outline} \tableofcontents[currentsection] %or \tableofcontents \end{frame} } Should do the job. Bet regards, Christian