From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: beamer export Date: Fri, 20 Aug 2010 12:40:12 -0400 Message-ID: <23255.1282322412@gamaville.dokosmarshall.org> References: <9275E4D6-FB42-45DE-8593-CE7FD51A7A75@ucalgary.ca> <14645044-61C0-4D6E-9BB1-71300E6AE5C6@ucalgary.ca> Reply-To: nicholas.dokos@hp.com Return-path: Received: from [140.186.70.92] (port=56539 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OmUdp-0007bj-FI for emacs-orgmode@gnu.org; Fri, 20 Aug 2010 12:40:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OmUdo-00070n-1x for emacs-orgmode@gnu.org; Fri, 20 Aug 2010 12:40:29 -0400 Received: from vms173007pub.verizon.net ([206.46.173.7]:50965) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OmUdn-00070M-V9 for emacs-orgmode@gnu.org; Fri, 20 Aug 2010 12:40:28 -0400 Received: from gamaville.dokosmarshall.org ([unknown] [173.76.32.106]) by vms173007.mailsrvcs.net (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009)) with ESMTPA id <0L7G00LGMMB1FB10@vms173007.mailsrvcs.net> for emacs-orgmode@gnu.org; Fri, 20 Aug 2010 11:40:14 -0500 (CDT) In-reply-to: Message from Antony Ware of "Thu, 19 Aug 2010 15:35:40 MDT." <14645044-61C0-4D6E-9BB1-71300E6AE5C6@ucalgary.ca> 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: Antony Ware Cc: nicholas.dokos@hp.com, "emacs-orgmode@gnu.org" , Carsten Dominik Antony Ware wrote: > Hi Carsten - thanks for looking into this. I pulled the latest version and the problem was still present. > > Here's a minimal setup. > > I run > > /usr/bin/emacs -Q -l test.el example.org > > with test.el containing > > (setq load-path (cons "~/.emacs.d/site-lisp/org/lisp" load-path)) > (setq load-path (cons "~/.emacs.d/site-lisp/org/contrib/lisp" load-path)) > (require 'org-install) > ;; The following lines are always needed. Choose your own keys. > (add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode)) > (global-set-key "\C-cl" 'org-store-link) > (global-set-key "\C-ca" 'org-agenda) > (global-set-key "\C-cb" 'org-iswitchb) > > (custom-set-variables > ;; custom-set-variables was added by Custom. > ;; If you edit it by hand, you could mess it up, so be careful. > ;; Your init file should contain only one such instance. > ;; If there is more than one, they won't work right. > '(case-fold-search nil)) > > and the example.org containing the org document at the end of http://orgmode.org/manual/Beamer-class-export.html#Beamer-class-export: > > #+LaTeX_CLASS: beamer > #+TITLE: Example Presentation > #+AUTHOR: Carsten Dominik > #+LaTeX_CLASS_OPTIONS: [presentation] > #+BEAMER_FRAME_LEVEL: 2 > #+BEAMER_HEADER_EXTRA: \usetheme{Madrid}\usecolortheme{default} > #+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Args) %4BEAMER_col(Col) %8BEAMER_extra(Ex) > > * This is the first structural section > > ** Frame 1 \\ with a subtitle > *** Thanks to Eric Fraga :BMCOL:B_block: > :PROPERTIES: > :BEAMER_env: block > :BEAMER_envargs: C[t] > :BEAMER_col: 0.5 > :END: > for the first viable beamer setup in Org > *** Thanks to everyone else :BMCOL:B_block: > :PROPERTIES: > :BEAMER_col: 0.5 > :BEAMER_env: block > :BEAMER_envargs: <2-> > :END: > for contributing to the discussion > **** This will be formatted as a beamer note :B_note: > ** Frame 2 \\ where we will not use columns > *** Request :B_block: > Please test this stuff! > :PROPERTIES: > :BEAMER_env: block > :END: > I tried your minimal setup (thanks for providing that! it makes it so easy to test) before and after a pull: it didn't work before but it *did* work after the pull. I went through a make clean/make/M-x org-reload cycle - maybe you forgot a step? Version info: GNU Emacs 24.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.14.4) of 2010-05-17 on gamaville.dokosmarshall.org Org-mode version 7.01trans (release_7.01h.181.g4a02) HTH, Nick