all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* BEAMER_act property documented in ox-beamer.el
@ 2014-06-17 20:01 Sebastien Vauban
  2014-06-18  8:19 ` Eric S Fraga
  0 siblings, 1 reply; 3+ messages in thread
From: Sebastien Vauban @ 2014-06-17 20:01 UTC (permalink / raw)
  To: emacs-orgmode-mXXj517/zsQ

Hello,

I'm trying to understand the sentence from ox-beamer.el:

    Headlines also support the "BEAMER_act" property.  [It] is translated as an
    overlay/action specification (or a default overlay specification when
    enclosed within square brackets).

Rewritten, it says that that property is translated as:

- a default overlay specification *when enclosed within square brackets*, or
- an overlay/action specification *when NOT enclosed within square brackets*.

Though, I don't understand exactly what that *default* specification really
means. Moreover, I can't get it: without square brackets, PDFLaTeX becomes
crazy...

--8<---------------cut here---------------start------------->8---
* Overlay/action specification enclosed within square brackets

The following 2 cases are exported in exactly the same LaTeX code.

** With angular brackets
   :PROPERTIES:
   :BEAMER_act: [<+->]
   :END:

- Item 1
- Item 2

** Without angular brackets
   :PROPERTIES:
   :BEAMER_act: [+-]
   :END:

- Item 1
- Item 2

* Overlay/action specification NOT enclosed within square brackets   :noexport:

The follow 2 cases make PDFLaTeX infloop...

** Without angular brackets
   :PROPERTIES:
   :BEAMER_act: <+->
   :END:

- Item 1
- Item 2

** Without angular brackets
   :PROPERTIES:
   :BEAMER_act: +-
   :END:

- Item 1
- Item 2
--8<---------------cut here---------------end--------------->8---

Anyone undestanding more than I am?

Best regards,
  Seb

-- 
Sebastien Vauban

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

end of thread, other threads:[~2014-06-18  8:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-17 20:01 BEAMER_act property documented in ox-beamer.el Sebastien Vauban
2014-06-18  8:19 ` Eric S Fraga
2014-06-18  8:52   ` Nicolas Goaziou

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.