From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: New beamer support Date: Wed, 6 Jan 2010 15:31:15 +0100 Message-ID: <6B1955F5-6AF0-40A0-B266-98E4E355C93B@uva.nl> References: <871vi3bm62.fsf@mundaneum.com> <4D2A7250-E096-4B8D-A7F0-85B043F01D08@gmail.com> <87y6kbo5we.fsf@mundaneum.com> <97C2AFF2-E8D5-4604-83AF-BC3D5C344FE2@gmail.com> <871vi3nypg.fsf@mundaneum.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSWv4-0005bg-Cx for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 09:31:30 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSWuz-0005W6-L5 for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 09:31:29 -0500 Received: from [199.232.76.173] (port=36091 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSWuz-0005Vu-9p for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 09:31:25 -0500 Received: from postduif.ic.uva.nl ([145.18.40.180]:45191) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSWuy-0005Vh-Pg for emacs-orgmode@gnu.org; Wed, 06 Jan 2010 09:31:25 -0500 In-Reply-To: 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: =?ISO-8859-1?Q?S=E9bastien_Vauban?= , emacs-orgmode@gnu.org On Jan 6, 2010, at 3:23 PM, Carsten Dominik wrote: > >> >> PS- An idea: wouldn't it be good (*iff* easily feasible) to load >> org-beamer-mode when opening an Org file whose LaTeX class is beamer? > > That could be done, but you can also set the startup option. > But yes, it is one more think to remember... I remember now why I did it like this. 1. If the global LaTeX class is not beamer, you still want to be able to turn the mode on, because you might have a subtree that will be exported as beamer presentation 2. If you are not missing the `C-c C-b' key, you can just turn on org-beamer-mode in every org-mode by setting org-startup-with-beamer-mode. - Carsten