all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Beamer Export Columns
@ 2014-10-30 14:07 Georgios Marentakis
  2014-11-01 11:27 ` Eric S Fraga
  0 siblings, 1 reply; 2+ messages in thread
From: Georgios Marentakis @ 2014-10-30 14:07 UTC (permalink / raw
  To: emacs-orgmode

Hallo, 

I am using the org beamer functionality to produce presentations and I am quite happy with it. Saves a lot of time. Thanks for the great work!

There is one thing however I am not sure how to go about. I have found a number of answers in the mailing list but none that works for me. 

The question is about (top) aligning columns in beamer export mode. 

The following indeed produces two top aligned columns C1 and C2. 

* Frame
	:PROPERTIES:
	:BEAMER_env: frame
	:END:
	* Columns
		:PROPERTIES:
		:BEAMER_env: columns
		:BEAMER_opt: t
		:END:
		* C1
		:PROPERTIES:
		:BEAMER_col: 0.45
		:BEAMER_env: block
		:END:
		* C2
		:PROPERTIES:
		:BEAMER_col: 0.45
		:BEAMER_env: block
		:END:

My questions:

1. Given that the columns environment is implied by the BEAMER_col property, is there anyway to avoid the Columns heading by passing the t option implicitly to the columns environment?
	Deleting the Columns entry and setting :BEAMER_envargs: C[t] or c[t] or C[T] or c[T] in the Frame or the C1/C2 headings is not producing top aligned columns for me.

2. What is the status of BEAMER_opt and BEAMER_envargs properties?
	Are they both still supported and what exactly is the difference?

Some more general questions: 

3. Why is the heading of a BEAMER_col entry ignored by default? Why does one have to specify a block environment in order for the heading to be visible? 

4. In some cases the BEAMER_col property results in subsections instead of columns in the tex file, why is this?  


many thanks, 
georgios

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

* Re: Beamer Export Columns
  2014-10-30 14:07 Beamer Export Columns Georgios Marentakis
@ 2014-11-01 11:27 ` Eric S Fraga
  0 siblings, 0 replies; 2+ messages in thread
From: Eric S Fraga @ 2014-11-01 11:27 UTC (permalink / raw
  To: Georgios Marentakis; +Cc: emacs-orgmode

Quick question: what version of the exporter (and org) are you using?
-- 
: Eric S Fraga (0xFFFCF67D), Emacs 25.0.50.1, Org release_8.3beta-475-g25d50e

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

end of thread, other threads:[~2014-11-01 11:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-30 14:07 Beamer Export Columns Georgios Marentakis
2014-11-01 11:27 ` Eric S Fraga

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.