From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Beamer export questions/suggestions Date: Wed, 23 Feb 2011 16:47:01 +0000 Message-ID: <877hcqpuka.fsf@ucl.ac.uk> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=47853 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PsIjY-00005u-91 for emacs-orgmode@gnu.org; Wed, 23 Feb 2011 12:42:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PsIjX-00025x-57 for emacs-orgmode@gnu.org; Wed, 23 Feb 2011 12:42:40 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:36133) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PsIjW-00025l-Vi for emacs-orgmode@gnu.org; Wed, 23 Feb 2011 12:42:39 -0500 In-Reply-To: (Chris Malone's message of "Fri, 18 Feb 2011 15:54:32 -0500") 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: Chris Malone Cc: emacs-orgmode@gnu.org, Derek Thomas Chris Malone writes: > Hi Derek, > > Re your first question: > > One simple, albeit somewhat hackish way of achieving this would be to > utilize =org-mode='s #+begin_beamer ... #+end_beamer syntax with =beamer='s > frame option =plain= For example: You don't need to do this. You can pass options to frames using the BEAMER_envargs property: #+begin_src org ** A plain slide :PROPERTIES: :BEAMER_envargs: [plain] :END: - a list - with few entries - but more than I thought #+end_src I use this all the time for options such as shrink and allowframebreaks. -- : Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1 : using Org-mode version 7.4 (release_7.4.528.gd457)