emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nick Dokos <nicholas.dokos@hp.com>
To: Antony Ware <aware@ucalgary.ca>
Cc: nicholas.dokos@hp.com,
	"emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org>,
	Carsten Dominik <carsten.dominik@gmail.com>
Subject: Re: beamer export
Date: Fri, 20 Aug 2010 12:40:12 -0400	[thread overview]
Message-ID: <23255.1282322412@gamaville.dokosmarshall.org> (raw)
In-Reply-To: Message from Antony Ware <aware@ucalgary.ca> of "Thu, 19 Aug 2010 15:35:40 MDT." <14645044-61C0-4D6E-9BB1-71300E6AE5C6@ucalgary.ca>

Antony Ware <aware@ucalgary.ca> 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

      parent reply	other threads:[~2010-08-20 16:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-19 15:16 beamer export Antony Ware
2010-08-19 21:06 ` Carsten Dominik
2010-08-19 21:20   ` Carsten Dominik
2010-08-19 21:35   ` Antony Ware
2010-08-20  6:40     ` Carsten Dominik
2010-08-20 16:40     ` Nick Dokos [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=23255.1282322412@gamaville.dokosmarshall.org \
    --to=nicholas.dokos@hp.com \
    --cc=aware@ucalgary.ca \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).