From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: New beamer support Date: Wed, 6 Jan 2010 18:33:25 +0100 Message-ID: References: <871vi3bm62.fsf@mundaneum.com> <87eim3zckf.wl%ucecesf@ucl.ac.uk> <87hbqzo05z.fsf@mundaneum.com> <87iqbfcifr.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 1NSdv0-0004u7-Um for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 16:59:55 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSduw-0004mu-Od for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 16:59:54 -0500 Received: from [199.232.76.173] (port=38006 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSduw-0004mX-Hz for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 16:59:50 -0500 Received: from mail-ew0-f224.google.com ([209.85.219.224]:58381) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSduw-0008Mg-0i for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 16:59:50 -0500 Received: by ewy24 with SMTP id 24so20915535ewy.26 for ; Wed, 06 Jan 2010 13:59:49 -0800 (PST) In-Reply-To: <87iqbfcifr.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 Jan 6, 2010, at 5:22 PM, S=E9bastien Vauban wrote: > Hi Carsten, > > Carsten Dominik wrote: >> there is now a new option org-beamer-frame-default-options > > When setting it into Emacs, great, it DOES WORK as expected! > > Though, I believe this is more a setting of the document itself, =20 > instead of > one customization in my own `.emacs' file. > > I would rather like my colleagues to get the same output when =20 > compiling my > document. I tried, then, the following: > > --8<---------------cut here---------------start------------->8--- > * COMMENT Setup > > # This is for the sake of Emacs. > # Local Variables: > # ispell-local-dictionary: "en_US" > # org-beamer-frame-default-options: "[allowframebreaks]" > # End: > --8<---------------cut here---------------end--------------->8--- > > with no success, though. > > Maybe I would have to try with a `#+BIND'. #+BIND will do the trick, it was made just for this. > Though, wouldn't it be better to > explicitly add something like: > > --8<---------------cut here---------------start------------->8--- > #+BEAMER_FRAME_EXTRA_OPTIONS: [allowframebreaks] > --8<---------------cut here---------------end--------------->8--- Yes, that would make sense if it is a frequently used feature. I like to hesitate with introducing these special customizations until I am convinced that this is used reasonably often. Otherwise I would have to have 1000 of the special lines, approximately. Question to all: How likely is the use of a default option you'd want to have on *every* frame? - Carsten