From mboxrd@z Thu Jan 1 00:00:00 1970 From: suvayu ali Subject: Re: [ANN] Beamer back-end for org-export in contrib/ Date: Wed, 4 Jul 2012 18:26:46 +0200 Message-ID: References: <877guo26c9.fsf@gmail.com> <87d34egxor.fsf@gmail.com> <87ehorfr0w.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmSQ5-00049a-Em for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 12:27:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmSQ0-0006tv-KT for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 12:27:13 -0400 Received: from mail-gh0-f169.google.com ([209.85.160.169]:60830) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmSQ0-0006t1-D9 for emacs-orgmode@gnu.org; Wed, 04 Jul 2012 12:27:08 -0400 Received: by ghrr18 with SMTP id r18so7766777ghr.0 for ; Wed, 04 Jul 2012 09:27:06 -0700 (PDT) In-Reply-To: <87ehorfr0w.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: Nicolas Goaziou Cc: Org Mode List Hi Nicolas, On Wed, Jul 4, 2012 at 6:08 PM, Nicolas Goaziou wrote: >> 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). > Okay, but this brings up a use case issue for me. I usually have a org file dedicated to a project I'm working on. Then I have notes on different sub topics and presentations in different subtrees. As needed, I export the subtrees. This can be simple LaTeX or html export for notes (to share or print), or beamer export in case I want to give a presentation. If I understand correctly, having a buffer keyword would mean I would need to find and update it appropriately everytime I want to export something. I can live with this, but it would be great if there was support these export options as properties. Then all the subtree exports can be decoupled easily. >> 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. Okay thanks, I was also thinking something similar and started based on that. For all the common features I'll refer to Eric's tutorial and will outline only the new, altered or deprecated features in my file. Thanks again for this beautiful work. :) Cheers, -- Suvayu Open source is the future. It sets us free.