From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [ANN] Beamer back-end for org-export in contrib/ Date: Wed, 04 Jul 2012 18:08:15 +0200 Message-ID: <87ehorfr0w.fsf@gmail.com> References: <877guo26c9.fsf@gmail.com> <87d34egxor.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:49853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmSAy-0008Lg-7s for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 12:11:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmSAw-0002vI-7k for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 12:11:35 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:40697) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmSAv-0002v2-VL for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 12:11:34 -0400 Received: by wibhm11 with SMTP id hm11so4003481wib.12 for ; Wed, 04 Jul 2012 09:11:32 -0700 (PDT) In-Reply-To: (suvayu ali's message of "Wed, 4 Jul 2012 03:30:10 +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: suvayu ali Cc: Org Mode List Hello, > This however didn't work for me. Since the beamer export is not in the > dispatcher yet, I tried the following: > > * Lifetime acceptance WG update > :PROPERTIES: > :LaTeX_CLASS: beamer > :LaTeX_CLASS_OPTIONS: [presentation,smaller] > :EXPORT_FILE_NAME: WG_update.pdf > :EXPORT_AUTHOR: Suvayu Ali > :EXPORT_DATE: 05 June, 2012 > :EXPORT_OPTIONS: H:1 num:nil toc:nil ^:{} > :END: > > ** Frame title 1 > > M-: (org-e-beamer-export-to-pdf t) > > The exported latex source however has the following: > > \documentclass[11pt]{article} This is because "LaTeX_CLASS" and "LaTeX_CLASS_OPTIONS" properties are not recognized as export properties. You have to use them as a buffer keyword (#+LATEX_CLASS: beamer). > I would also like to work on some user documentation for the beamer > backend (when I do find some free time :-p). I see that org-e-beamer.el > is very well commented so I will start there, but do you have any other > pointers that might help me clearly document the supported features? I suppose you know about Eric S Fraga's tutorial at: http://orgmode.org/worg/org-tutorials/org-beamer/tutorial.html Since the back-end shares a lot with its previous incarnation, you will find, /mutatis mutandis/, much information about it. Regards, -- Nicolas Goaziou