From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Bausch Subject: Re: [dev] About a beamer back-end Date: Mon, 18 Jun 2012 08:32:19 +0200 Message-ID: <4FDECB73.5030904@dvs.tu-darmstadt.de> References: <87ehpg8vfo.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:44092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgVVg-0005EL-ED for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 02:32:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SgVVe-0004hi-Mb for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 02:32:23 -0400 Received: from lnx500.hrz.tu-darmstadt.de ([130.83.156.225]:60324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SgVVe-0004hZ-CO for emacs-orgmode@gnu.org; Mon, 18 Jun 2012 02:32:22 -0400 Received: from paris.dvs.informatik.tu-darmstadt.de (paris.dvs.informatik.tu-darmstadt.de [130.83.166.129]) by lnx500.hrz.tu-darmstadt.de (8.14.4/8.14.4/HRZ/PMX) with ESMTP id q5I6WJAN004676 for ; Mon, 18 Jun 2012 08:32:19 +0200 (envelope-from bausch@dvs.tu-darmstadt.de) Received: from dbox2 (pico [130.83.166.202]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by paris.dvs.informatik.tu-darmstadt.de (Postfix) with ESMTPSA id 35835D6E281 for ; Mon, 18 Jun 2012 08:32:19 +0200 (CEST) Received: from [127.0.0.1] (dbox2.dvs.informatik.tu-darmstadt.de [127.0.0.1]) by dbox2 (Postfix) with ESMTP id 0C78C1E1166 for ; Mon, 18 Jun 2012 08:32:19 +0200 (CEST) In-Reply-To: <87ehpg8vfo.fsf@gmail.com> 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 Hi Nicolas, first of all, I think the block idea is a good one, as long a notes will remain headlines. Nevertheless I often had the problem in my documents, that I wanted to insert code between frames. It would be great, if you could provide a clean solution for such things, too. (ignoreheading does not work in all cases) A special headline class or tag that does not generate a frame but can contain LaTeX code that is inserted instead of a frame would be enough. Inserting a great number of "newcommand" calls before the first frame would be another use of such a thing, as the alternative, multiple "#+LaTeX_HEADER" statements, is very ugly and even sometimes fails because of parser problems. Then I had another problem, for which I was forced to patch the org-mode code: My university requires me to use a corporate design for my slides. This design is implemented as a document class, so instead of \documentclass{beamer} I need to use a different class name. However, Org Beamer only works correctly, if the documentclass is "beamer". (#+STARTUP: beamer is NOT enough) Therefore, I needed to change the hardcoded string in the source code (and now can only output documents with the corporate style). It would be very nice, if you could find a solution that works without a hardcoded string at all. Maybe rely on "#+STARTUP: beamer" or something else. (The function I needed to modify is org-beamer-after-initial-vars) Kind regards, Daniel --=20 Daniel Bausch Wissenschaftlicher Mitarbeiter Technische Universit=E4t Darmstadt Fachbereich Informatik Fachgebiet Datenbanken und Verteilte Systeme Hochschulstra=DFe 10 64289 Darmstadt Germany Tel.: +49 6151 16 6706 Fax: +49 6151 16 6229