From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Beamer support in Org-mode Date: Fri, 27 Nov 2009 14:48:58 +0100 Message-ID: <0C5B4AAE-46F3-4108-B530-5F38B970BEC3@gmail.com> References: <6A790953-D036-4BAE-8833-E5B343A15331@gmail.com> <87638xgriq.fsf@stats.ox.ac.uk> <87eink8kfm.wl%ucecesf@ucl.ac.uk> <87638wl4fm.fsf@mundaneum.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NE1C8-0002ag-Ne for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 08:49:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NE1C3-0002Z3-MS for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 08:49:08 -0500 Received: from [199.232.76.173] (port=45200 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NE1C2-0002Yt-K0 for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 08:49:03 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:34213) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NE1C2-0001I2-88 for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 08:49:02 -0500 Received: by ewy24 with SMTP id 24so1807810ewy.26 for ; Fri, 27 Nov 2009 05:49:01 -0800 (PST) In-Reply-To: <87638wl4fm.fsf@mundaneum.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: =?ISO-8859-1?Q?S=E9bastien_Vauban?= Cc: emacs-orgmode@gnu.org On Nov 27, 2009, at 10:09 AM, S=E9bastien Vauban wrote: > Hi all, > > Eric S Fraga wrote: >> one thing that would be useful (and which I've mentioned in a reply =20= >> 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 =20 >> well, of >> course. > > Yes, we (would) need such a feature. For example, in our company =20 > LaTeX class, > we have options like `black' for uncolored output, or `acro' for =20 > putting > automatically an acronym sections. There are others as well. You can now use #+LaTeX_CLASS_OPTIONS: [black] and also a property if you are exporting a specific subtree. - Carsten