emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Julien Cubizolles <j.cubizolles@free.fr>
To: emacs-orgmode@gnu.org
Subject: BEAMER_ACT ignored during export in column environment
Date: Wed, 09 Sep 2015 15:01:01 +0200	[thread overview]
Message-ID: <87613ju4qa.fsf@free.fr> (raw)

Consider the following:

--8<---------------cut here---------------start------------->8---
#+STARTUP: beamer
* Frame                                                         :B_fullframe:
:PROPERTIES:
:BEAMER_env: fullframe
:END:
** Column1
:PROPERTIES:
:BEAMER_COL: .45
:END:
1st column
** Column2
:PROPERTIES:
:BEAMER_COL: .45
:END:
*** Column 2 in a heading
:PROPERTIES:
:beamer_act: article
:END:
2nd column
** Column3
:PROPERTIES:
:BEAMER_COL: .45
:beamer_act: article
:END:
3rd column
--8<---------------cut here---------------end--------------->8---

The "article" property of the "Column3" heading isn't exported to the
TeX file whereas the one of "Column 2 in a heading" is. However Beamer
supports this overlay for column environment. In the following
(modified) TeX file, the 3rd column is ignored when processed as it
should be.

Is there a reason why org would choose to ignore overlay specifications
for column environment ?

Julien.

--8<---------------cut here---------------start------------->8---
% Created 2015-09-09 mer. 14:50
\documentclass[presentation]{beamer}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{grffile}
\usepackage{longtable}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage{hyperref}
\usetheme{default}
\author{Julien Cubizolles}
\date{\today}
\title{}
\hypersetup{
 pdfauthor={Julien Cubizolles},
 pdftitle={},
 pdfkeywords={},
 pdfsubject={},
 pdfcreator={Emacs 25.0.50.2 (Org mode 8.3.1)}, 
 pdflang={English}}
\begin{document}

\begin{frame}{Outline}
\tableofcontents
\end{frame}

\begin{frame}[label={sec:orgheadline1}]{}
\begin{columns}
\begin{column}{.45\columnwidth}
1st column
\end{column}
\begin{column}{.45\columnwidth}
\begin{block}<article>{Column 2 in a heading}
2nd column
\end{block}
\end{column}
\begin{column}<article>{.45\columnwidth}
3rd column
\end{column}
\end{columns}
\end{frame}
\end{document}
--8<---------------cut here---------------end--------------->8---

             reply	other threads:[~2015-09-09 13:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-09 13:01 Julien Cubizolles [this message]
2015-09-09 14:06 ` BEAMER_ACT ignored during export in column environment Nicolas Goaziou
2015-09-10  4:56   ` Julien Cubizolles
2015-09-11 16:40     ` Nicolas Goaziou
2015-09-23  8:52       ` Julien Cubizolles

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87613ju4qa.fsf@free.fr \
    --to=j.cubizolles@free.fr \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).