emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[BUG] org-beamer :BEAMER_ACT: ignored on columns


From: reza
Subject: [BUG] org-beamer :BEAMER_ACT: ignored on columns
Date: Wed, 5 Oct 2022 06:38:26 +0000

Hi List

I have the following MWE:

   * A section

   ** A Frame

   *** A left column
      :PROPERTIES:
      :BEAMER_COL: 0.48
      :END:

   *** A right column
      :PROPERTIES:
      :BEAMER_COL: 0.48
      :BEAMER_ACT: <2->
      :END:


And I would expect the following tex output:


   \section{A section}

   \begin{frame}{A Frame}

   \begin{columns}
   \begin{column}{0.48\columnwidth}
   \end{column}

   \begin{column}<2->{0.48\columnwidth}
   \end{column}
   \end{columns}

   \end{frame}

But the overlay specification is missing on the second column and I 
guess this is a bug?

Attachment: OpenPGP_0xC375C6AF05125C52.asc
Description: application/pgp-keys

Attachment: OpenPGP_signature
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]