* New beamer exporter: top-aligned columns
@ 2013-03-03 15:19 James Harkins
2013-03-03 17:24 ` Nicolas Goaziou
0 siblings, 1 reply; 3+ messages in thread
From: James Harkins @ 2013-03-03 15:19 UTC (permalink / raw)
To: Emacs-orgmode
According to beameruserguide.pdf, I can give an option "t" to a
columns environment to align the columns by the top line of text. It's
not clear to me how to put this into org.
So far, I have:
*** Columns :B_columns:
:PROPERTIES:
:BEAMER_env: columns
:END:
Where should the "t" go? Some :options string, I suppose.
Thanks.
hjh
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: New beamer exporter: top-aligned columns
2013-03-03 15:19 New beamer exporter: top-aligned columns James Harkins
@ 2013-03-03 17:24 ` Nicolas Goaziou
2013-03-04 4:28 ` James Harkins
0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2013-03-03 17:24 UTC (permalink / raw)
To: jamshark70; +Cc: Emacs-orgmode
Hello,
James Harkins <jamshark70@gmail.com> writes:
> According to beameruserguide.pdf, I can give an option "t" to a
> columns environment to align the columns by the top line of text. It's
> not clear to me how to put this into org.
>
> So far, I have:
>
> *** Columns :B_columns:
> :PROPERTIES:
> :BEAMER_env: columns
> :END:
>
> Where should the "t" go? Some :options string, I suppose.
Try
:BEAMER_opt: t
property. Adding options to columns is the only case where you explictly
need a "columns" environment. Otherwise it can be omitted, and will be
created along with the first headline with a "BEAMER_col" property (see
comments at the beginning of ox-beamer.el).
Regards,
--
Nicolas Goaziou
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: New beamer exporter: top-aligned columns
2013-03-03 17:24 ` Nicolas Goaziou
@ 2013-03-04 4:28 ` James Harkins
0 siblings, 0 replies; 3+ messages in thread
From: James Harkins @ 2013-03-04 4:28 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: Emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 214 bytes --]
On Mar 4, 2013 1:24 AM, "Nicolas Goaziou" <n.goaziou@gmail.com> wrote:
> Try
>
> :BEAMER_opt: t
>
> property.
Worked perfectly, thanks! Eventually I'll be able to generalize these
little tidbits on my own.
hjh
[-- Attachment #2: Type: text/html, Size: 337 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-03-04 4:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-03 15:19 New beamer exporter: top-aligned columns James Harkins
2013-03-03 17:24 ` Nicolas Goaziou
2013-03-04 4:28 ` James Harkins
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).