emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* BEAMER_act and special environments
@ 2013-11-11  3:14 James Harkins
  2013-11-11  8:11 ` Nicolas Goaziou
  2013-11-11  8:21 ` Suvayu Ali
  0 siblings, 2 replies; 4+ messages in thread
From: James Harkins @ 2013-11-11  3:14 UTC (permalink / raw)
  To: orgmode

Hi,

I'm not especially familiar with emacs-lisp and I haven't looked at the 
functions for node properties at all. Unfortunately, I'm under a time 
crunch today and I don't have the few hours it would take to get up to 
speed (otherwise, I'd have a go at it myself).

It seems that everything in org-beamer-environments-default supports 
overlay specifications, except beamercolorbox. OK... what about 
org-beamer-environments-special? I found today that B_columns ignores any 
overlay specification given in the heading's properties. That is:

**** Header							  :B_columns:
     :PROPERTIES:
     :BEAMER_env: columns
     :BEAMER_act: 2-
     :END:
(... with some BMCOL headings underneath...)

-->

\begin{columns}
.. blah blah...
\end{columns}

.. where I would have hoped for "\begin{columns}<2->"

I was able to work around the limitation by wrapping the "columns" 
environments within "onlyenv" environments. But it seems to me that it 
might be nicer to be able to write the overlay directly into the affected 
environment.

I don't mind poking around the code, but I'd need some tips. I can see 
where B_columns gets formatted, but I'm not clear how to check for a 
BEAMER_act property.

Thanks,
hjh

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

end of thread, other threads:[~2013-11-11 13:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-11  3:14 BEAMER_act and special environments James Harkins
2013-11-11  8:11 ` Nicolas Goaziou
2013-11-11 13:24   ` James Harkins
2013-11-11  8:21 ` Suvayu Ali

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