all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Georgios Marentakis <marentakis@iem.at>
To: emacs-orgmode@gnu.org
Subject: Beamer Export Columns
Date: Thu, 30 Oct 2014 15:07:34 +0100	[thread overview]
Message-ID: <06C24A8B-CC34-4AC3-B8A4-126902A2555C@iem.at> (raw)

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

             reply	other threads:[~2014-10-31 15:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-30 14:07 Georgios Marentakis [this message]
2014-11-01 11:27 ` Beamer Export Columns Eric S Fraga

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

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

  git send-email \
    --in-reply-to=06C24A8B-CC34-4AC3-B8A4-126902A2555C@iem.at \
    --to=marentakis@iem.at \
    --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 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.