From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rafael Subject: Re: Extending attr_latex Date: Wed, 18 Jan 2012 13:27:31 -0600 Message-ID: <87aa5kolp8.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43975) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnbAW-0003SW-T4 for emacs-orgmode@gnu.org; Wed, 18 Jan 2012 14:27:37 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnbAV-0004Oy-SS for emacs-orgmode@gnu.org; Wed, 18 Jan 2012 14:27:36 -0500 Received: from mail-gy0-f169.google.com ([209.85.160.169]:54354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnbAV-0004Ot-Q7 for emacs-orgmode@gnu.org; Wed, 18 Jan 2012 14:27:35 -0500 Received: by ghrr14 with SMTP id r14so973982ghr.0 for ; Wed, 18 Jan 2012 11:27:35 -0800 (PST) In-Reply-To: (Christopher Witte's message of "Wed, 18 Jan 2012 16:37:04 +0100") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org, chris@witte.net.au Christopher Witte writes: > I putting together a presentation using org and exporting to beamer. I was > wondering if there is easy way to get each item in a list to display > incrementally. Beamer supports this with the \begin{itemize}[<+->] > environment option. Perhaps this could be achieved by extending the > #+ATTR_LaTeX: syntax. I do it like this. ** Overlays :PROPERTIES: :BEAMER_envargs: [<+->] :END: - one - two - three - four - five