emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* BEAMER_ACT ignored during export in column environment
@ 2015-09-09 13:01 Julien Cubizolles
  2015-09-09 14:06 ` Nicolas Goaziou
  0 siblings, 1 reply; 5+ messages in thread
From: Julien Cubizolles @ 2015-09-09 13:01 UTC (permalink / raw)
  To: emacs-orgmode

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

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

end of thread, other threads:[~2015-09-23  8:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-09 13:01 BEAMER_ACT ignored during export in column environment Julien Cubizolles
2015-09-09 14:06 ` Nicolas Goaziou
2015-09-10  4:56   ` Julien Cubizolles
2015-09-11 16:40     ` Nicolas Goaziou
2015-09-23  8:52       ` Julien Cubizolles

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