From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Witte Subject: Extending attr_latex Date: Wed, 18 Jan 2012 16:37:04 +0100 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=002354435d043573ae04b6cf38eb Return-path: Received: from eggs.gnu.org ([140.186.70.92]:51211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnXZX-0000vl-DI for emacs-orgmode@gnu.org; Wed, 18 Jan 2012 10:37:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnXZR-0002gZ-L0 for emacs-orgmode@gnu.org; Wed, 18 Jan 2012 10:37:11 -0500 Received: from mail-yx0-f169.google.com ([209.85.213.169]:56581) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnXZR-0002gD-Hv for emacs-orgmode@gnu.org; Wed, 18 Jan 2012 10:37:05 -0500 Received: by yenm10 with SMTP id m10so2593881yen.0 for ; Wed, 18 Jan 2012 07:37:04 -0800 (PST) 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: Org Mode --002354435d043573ae04b6cf38eb Content-Type: text/plain; charset=ISO-8859-1 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. Ideally I would like the following ** Overlays #+ATTR_LaTeX: <+-> - one - two - three - four - five to be exported as \frametitle{Overlays} \label{sec-1-10} \begin{itemize}[<+->] \item one \item two \item three \item four \item five \end{itemize} \end{frame} Or is there already a way of achieving this? Come to think of it, prehaps #+ATTR_beamer would be better for this? Thanks Chris. --002354435d043573ae04b6cf38eb Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I putting together a presentation using org and exporting to beamer.=A0 I w= as wondering if there is easy way to get each item in a list to display inc= rementally.=A0 Beamer supports this with the \begin{itemize}[<+->] en= vironment option.=A0 Perhaps this could be achieved by extending the #+ATTR= _LaTeX: syntax.=A0 Ideally I would like the following

** Overlays
#+ATTR_LaTeX: <+->
- one
- two
- three- four
- five

to be exported as

\frametitle{Overlays}
= \label{sec-1-10}
\begin{itemize}[<+->]
\item one
\item two \item three
\item four
\item five
\end{itemize}
\end{frame}
=
Or is there already a way of achieving this? Come to think of it, preha= ps #+ATTR_beamer would be better for this?

Thanks
Chris.
--002354435d043573ae04b6cf38eb--