From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Re: Beamer support in Org-mode Date: Fri, 27 Nov 2009 18:40:42 +0000 Message-ID: <87d433kdzp.wl%ucecesf@ucl.ac.uk> References: <6A790953-D036-4BAE-8833-E5B343A15331@gmail.com> <87638xgriq.fsf@stats.ox.ac.uk> <87eink8kfm.wl%ucecesf@ucl.ac.uk> <87638wl4fm.fsf@mundaneum.com> <0C5B4AAE-46F3-4108-B530-5F38B970BEC3@gmail.com> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NE5kT-0001dH-6E for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 13:40:53 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NE5kO-0001Zs-J6 for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 13:40:52 -0500 Received: from [199.232.76.173] (port=38150 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NE5kO-0001ZW-9R for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 13:40:48 -0500 Received: from vscane-c.ucl.ac.uk ([144.82.108.43]:41945) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NE5kN-0000h8-QW for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 13:40:48 -0500 In-Reply-To: <0C5B4AAE-46F3-4108-B530-5F38B970BEC3@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: =?UTF-8?B?U8OpYmFzdGllbg==?= Vauban , emacs-orgmode@gnu.org At Fri, 27 Nov 2009 14:48:58 +0100, Carsten Dominik wrote: >=20 >=20 > On Nov 27, 2009, at 10:09 AM, S=C3=A9bastien Vauban wrote: >=20 > > Hi all, > > > > Eric S Fraga wrote: > >> one thing that would be useful (and which I've mentioned in a reply > >> to Dan) > >> is the ability to specify options for the documentclass (e.g. bigger, > >> handout). This would actually be useful in normal latex export as > >> well, of > >> course. > > > > Yes, we (would) need such a feature. For example, in our company > > LaTeX class, > > we have options like `black' for uncolored output, or `acro' for > > putting > > automatically an acronym sections. There are others as well. >=20 > You can now use >=20 > #+LaTeX_CLASS_OPTIONS: [black] >=20 > and also a property if you are exporting a specific subtree. Excellent! I now have my three beamer classes (bigger, smaller, handout) down to one. Much easier to manage. Thanks, eric