emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* BUG: beamer export and overlay specifications for nested list
@ 2014-02-25  7:32 Andreas Leha
  2014-02-25 16:46 ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Andreas Leha @ 2014-02-25  7:32 UTC (permalink / raw)
  To: emacs-orgmode

Hi all,

there seems to be a bug that becomes apparent when overlay
specifications are given to items in sublists.

Here is an example:

--8<---------------cut here---------------start------------->8---
#+TITLE: Example Presentation
#+AUTHOR: Carsten Dominik
#+OPTIONS: H:2
#+LATEX_CLASS: beamer
#+LATEX_CLASS_OPTIONS: [presentation]
#+BEAMER_THEME: Madrid
#+COLUMNS: %45ITEM %10BEAMER_ENV(Env) %10BEAMER_ACT(Act) %4BEAMER_COL(Col) %8BEAMER_OPT(Opt)

* This is the first structural section

** Frame 1

- @@beamer:<1->@@ First Item
  - @@beamer:<only@1>@@ First Subitem
  - @@beamer:<only@2>@@ Second Subitem
- @@beamer:<3->@@ Second Item
--8<---------------cut here---------------end--------------->8---


And the relevant part of the exported tex file:

--8<---------------cut here---------------start------------->8---
\begin{itemize}
\item<1-> First Item
\begin{itemize}
\item<1-><only@1> First Subitem
\item<1-><only@2> Second Subitem
\end{itemize}
\item<3-> Second Item
\end{itemize}
--8<---------------cut here---------------end--------------->8---


This should be:

--8<---------------cut here---------------start------------->8---
\begin{itemize}
\item<1-> First Item
\begin{itemize}
\item<only@1> First Subitem
\item<only@2> Second Subitem
\end{itemize}
\item<3-> Second Item
\end{itemize}
--8<---------------cut here---------------end--------------->8---


Regards,
Andreas

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: BUG: beamer export and overlay specifications for nested list
  2014-02-25  7:32 BUG: beamer export and overlay specifications for nested list Andreas Leha
@ 2014-02-25 16:46 ` Nicolas Goaziou
  2014-02-25 21:33   ` Andreas Leha
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2014-02-25 16:46 UTC (permalink / raw)
  To: Andreas Leha; +Cc: emacs-orgmode

Hello,

Andreas Leha <andreas.leha@med.uni-goettingen.de> writes:

> there seems to be a bug that becomes apparent when overlay
> specifications are given to items in sublists.

This should be fixed. Thank you for reporting it.


Regards,

-- 
Nicolas Goaziou

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: BUG: beamer export and overlay specifications for nested list
  2014-02-25 16:46 ` Nicolas Goaziou
@ 2014-02-25 21:33   ` Andreas Leha
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Leha @ 2014-02-25 21:33 UTC (permalink / raw)
  To: emacs-orgmode

Hi Nicolas,

Nicolas Goaziou <n.goaziou@gmail.com> writes:

> Hello,
>
> Andreas Leha <andreas.leha@med.uni-goettingen.de> writes:
>
>> there seems to be a bug that becomes apparent when overlay
>> specifications are given to items in sublists.
>
> This should be fixed. Thank you for reporting it.

Thank you very much for the quick fix.  I can confirm that it working.

Regards,
Andreas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-25 21:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-25  7:32 BUG: beamer export and overlay specifications for nested list Andreas Leha
2014-02-25 16:46 ` Nicolas Goaziou
2014-02-25 21:33   ` Andreas Leha

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).