From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sander Boer Subject: Re: Beamer and non-frames Date: Sun, 29 May 2011 19:04:53 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:57996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQjQQ-0002qn-1E for emacs-orgmode@gnu.org; Sun, 29 May 2011 13:05:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQjQO-0003oC-NW for emacs-orgmode@gnu.org; Sun, 29 May 2011 13:05:13 -0400 Received: from lo.gmane.org ([80.91.229.12]:59445) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQjQO-0003nx-IM for emacs-orgmode@gnu.org; Sun, 29 May 2011 13:05:12 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QQjQN-0000ED-9T for emacs-orgmode@gnu.org; Sun, 29 May 2011 19:05:11 +0200 Received: from 195-240-16-78.ip.telfort.nl ([195.240.16.78]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 May 2011 19:05:11 +0200 Received: from sanderboer by 195-240-16-78.ip.telfort.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 May 2011 19:05:11 +0200 In-Reply-To: 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 On 29-5-2011 10:36, Rasmus Pank Roulund wrote: > Hi, > > How do I put text between frames in an Org-Beamer document? > What I really want to do is something like: > > #+begin_src LaTeX > ... > \end{frame} > \againframe<2>{overview.fig} > \end{frame} > #+end_src > > But there is /plenty/ of use of being able to write in-between frames. > > I imagine two ways this could be archived, > a. Use a special property for a headline > b. Have a '#+LaTeX_Beamer:' option. > > Are anybody aware of any quick fixes? > > Thanks, > Rasmus > Hi Rasmus, I am sorry I have no solution for you just now. This behavior you're seeking is something I long for as well, to insert a this frame only custom background, to be precise. The issue lies in the org-beamer.el way of divvying up the file into frames (if memory servers me, it's the org-beamer-sectioning function, but I can be mistaken), it's a big function that handles most of org-beamers functionality. For the behavior that we seek we need to implement a function that can encapsulate the \begin{frame} ... \end{frame} code. However, this is not trivial. It has my interest, but don't expect anything useful from me in the short term, as I am an elisp noob and I am just getting acquainted with the org api. sander