From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Pank Roulund Subject: Re: Beamer and non-frames Date: Sun, 29 May 2011 19:18:19 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:40680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQjbu-0004MS-Q7 for emacs-orgmode@gnu.org; Sun, 29 May 2011 13:17:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QQjbt-0005Fl-Q6 for emacs-orgmode@gnu.org; Sun, 29 May 2011 13:17:06 -0400 Received: from lo.gmane.org ([80.91.229.12]:47348) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QQjbt-0005Fa-Ju for emacs-orgmode@gnu.org; Sun, 29 May 2011 13:17:05 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QQjbs-0005Bx-CH for emacs-orgmode@gnu.org; Sun, 29 May 2011 19:17:04 +0200 Received: from h197.natout.aau.dk ([130.225.198.197]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 May 2011 19:17:04 +0200 Received: from rasmus.pank by h197.natout.aau.dk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 May 2011 19:17:04 +0200 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 > 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. So many great things can be put in-between \end{frame} ... \begin{frame} in Beamer.... > 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. Yeah, I gussed it was something like that.. However, maybe something like to the following could be implemented. I note the following in my file: ** Frame ... #+latex_beamer_outside_frame: \againframe<2>{overview.fig} %(1) ** Next frame The 'Org-exporter' notices (1) and stores it in a list L. Each time it writes \end{frame} it also checks L and if L is non-empty the exporter will dump whatever currently exists in L after \end{frame}. I do, however, not know whether this is easily implemented. > 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. I am neither good at lisp nor programming in general, although I do need the command for a Python presentation. I guess I'll have to fix the Beamer code 'by hand'. –Rasmus -- Sent from my Emacs