From mboxrd@z Thu Jan 1 00:00:00 1970 From: Glyn Millington Subject: Org-beamer and beamer overlays Date: Thu, 26 Aug 2010 08:19:38 +0100 Message-ID: <87vd6xc039.fsf@nowhere.org> Reply-To: wistanswick@linuxmail.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=58454 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OoX4B-0002kR-O3 for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 03:40:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OoX4A-0005Xq-Ij for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 03:40:07 -0400 Received: from lo.gmane.org ([80.91.229.12]:38671) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OoX4A-0005Xg-5q for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 03:40:06 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OoX47-0008Up-UD for emacs-orgmode@gnu.org; Thu, 26 Aug 2010 09:40:03 +0200 Received: from 82.152.120.109 ([82.152.120.109]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Aug 2010 09:40:03 +0200 Received: from wistanswick by 82.152.120.109 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 26 Aug 2010 09:40:03 +0200 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 Good Morning :-) I'm having trouble getting beamer overlays to work properly when producing slides via org-mode. This may well be due to my not understanding the documentation!! I can only get this to work by dropping down into LaTeX - which on this scale is pretty painless - but feel sure there must be a way to do this org too. Can anyone show me how? Below are the headers for my beamer-slide template and a frame with overlays which works. If it helps, this is Emacs-23.2.1 and org-mode 7.01h With thanks Glyn 8<------8<------8<------8<------8<------8<------8<------8<------8<------ #+TITLE: Beamer slide template #+AUTHOR: GM #+EMAIL: glyn@xyzxyz.orgle #+DATE: 2010-08-24 #+DESCRIPTION: #+KEYWORDS: #+LANGUAGE: en #+OPTIONS: H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc #+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js #+EXPORT_SELECT_TAGS: export #+EXPORT_EXCLUDE_TAGS: noexport #+LINK_UP: #+LINK_HOME: #+startup: beamer #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [bigger] #+latex_header: \mode{\usetheme{Madrid} \usecolortheme{crane}} #+BEAMER_FRAME_LEVEL: 1 #+BEAMER_HEADER_EXTRA \beamerdefaultoverlayspecification{<+->} #+COLUMNS: %40ITEM %10BEAMER_env(Env) %9BEAMER_envargs(Env Args) %4BEAMER_col(Col) %10BEAMER_extra(Extra) * The furniture. Some old some new ** The Queen's old armchair :B_block: :PROPERTIES: :BEAMER_env: block :BEAMER_envargs: [<+->] :END: # Notice we have to slip into raw LaTeX to make this work #+begin_LATEX \begin{itemize}[<+->] \item Princess Anne \item Prince Charles \item corgis \end{itemize} #+end_LATEX