From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Wittern Subject: org-beamer: How to get items appear sequentially rather than all at once Date: Tue, 23 Mar 2010 16:14:34 +0900 Message-ID: <4BA86A5A.2040000@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NtyK5-0007Ha-G3 for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 03:14:45 -0400 Received: from [140.186.70.92] (port=55773 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NtyK3-0007HR-AA for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 03:14:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NtyK1-0000UM-R4 for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 03:14:43 -0400 Received: from mail-yw0-f191.google.com ([209.85.211.191]:64598) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NtyK1-0000UF-Ki for emacs-orgmode@gnu.org; Tue, 23 Mar 2010 03:14:41 -0400 Received: by ywh29 with SMTP id 29so4163698ywh.14 for ; Tue, 23 Mar 2010 00:14:40 -0700 (PDT) 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: Org Mode Mailing List Hello Org-mode users, I am trying to prepare a presentation with org-mode. So far, I got it working by changing the sample file on the website until it looks like I need it. However, I did not manage to get the points on a slide to appear one after the other, they are always there at once. The problem might be that I know next to nothing about LateX and the way the org-beamer exporter works. I read somewhere that a "\pause" statement after the \item should do the trick and I can get it do what I want, if I insert it into the LaTeX source after running the export, but I would like to have it working directly in one go from my org-mode document. How do I need to set up the environment in order to get the points on the slides appear one after the other? Any help appreciated, Christian