From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ethan Ligon Subject: Bug in org-beamer-settings-template Date: Tue, 8 Dec 2009 05:46:08 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NHt7R-0007i7-QP for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 01:00:17 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NHt7M-0007cX-KW for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 01:00:17 -0500 Received: from [199.232.76.173] (port=51003 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NHt7M-0007cI-F2 for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 01:00:12 -0500 Received: from lo.gmane.org ([80.91.229.12]:59895) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NHt7L-0002Tc-I4 for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 01:00:11 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NHt7G-00025L-Pj for emacs-orgmode@gnu.org; Tue, 08 Dec 2009 07:00:07 +0100 Received: from c-98-207-94-24.hsd1.ca.comcast.net ([98.207.94.24]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Dec 2009 07:00:06 +0100 Received: from ligon by c-98-207-94-24.hsd1.ca.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Dec 2009 07:00:06 +0100 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: emacs-orgmode@gnu.org Org-mode has been my constant companion for nearly two years now, but I keep discovering new and wonderful things it can do. It's been my practice for somewhile to outline my talks in org-mode, export that to LaTeX, and then to transform that into a beamer presentation by hand. Faced with this tedious task this weekend, I wondered whether it wouldn't be easy to automate parts of this by customizing org-latex. A couple of googles later and I found myself in this thread, and a git clone after that I've got some nice slides. This is just great! But I've found a very minor bug to report. After invoking org-beamer-settings-template and [g]lobal, I get the template: #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_FRAME_LEVEL: 1 #+BEAMER_HEADER_EXTRA: \usetheme{default}\usecolortheme{default} #+COLUMNS: %45ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra) PROPERTY: BEAMER_col_ALL 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0 :ETC Note the final line. Surely this should be preceded by a "#+"? -Ethan