emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Beamer 2 columns
@ 2012-11-17 16:48 Fabrice Popineau
  2012-11-17 20:03 ` Fabrice Popineau
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Popineau @ 2012-11-17 16:48 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1040 bytes --]

Another  problem I can't wolve with the new exporter :

I have this text for two columns :

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
*** columns                                                     :B_columns:
:PROPERTIES:
:BEAMER_env: columns
:BEAMER_envargs: T
:END:
[2012-11-17 sam. 17:41]
**** columns                                             :BMCOL:
:PROPERTIES:
:BEAMER_col: 0.5
:END:
some text

**** columns                                                       :BMCOL:
:PROPERTIES:
:BEAMER_col: 0.5
:END:
[2012-11-17 sam. 17:31]
some text
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

I want to export it to beamer with the new exporter; but I can't get the
'T' parameter in the resulting output. It gives me :

\begin{columns}
\begin{column}{0.5\textwidth}
some text
\end{column}
\begin{column}{0.5\textwidth}
some text
\end{column}
\end{columns}

Is my source correct ? I'm not even sure it is intended this way with the
new exporter.

-- 
Fabrice

[-- Attachment #2: Type: text/html, Size: 1531 bytes --]

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

* Re: Beamer 2 columns
  2012-11-17 16:48 Beamer 2 columns Fabrice Popineau
@ 2012-11-17 20:03 ` Fabrice Popineau
  2012-11-17 20:23   ` Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Fabrice Popineau @ 2012-11-17 20:03 UTC (permalink / raw)
  To: emacs-orgmode@gnu.org

[-- Attachment #1: Type: text/plain, Size: 1381 bytes --]

Hmmm ... well ... I was mistaken by using BEAMER_envargs because it is for
the old exporter,
but it doesn't work either by using BEAMER_opt which should be recognized
by the new exporter.

Fabrice


2012/11/17 Fabrice Popineau <fabrice.popineau@gmail.com>

> Another  problem I can't wolve with the new exporter :
>
> I have this text for two columns :
>
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
> *** columns                                                     :B_columns:
> :PROPERTIES:
> :BEAMER_env: columns
> :BEAMER_envargs: T
> :END:
> [2012-11-17 sam. 17:41]
> **** columns                                             :BMCOL:
> :PROPERTIES:
> :BEAMER_col: 0.5
> :END:
> some text
>
> **** columns                                                       :BMCOL:
> :PROPERTIES:
> :BEAMER_col: 0.5
> :END:
> [2012-11-17 sam. 17:31]
> some text
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
>
> I want to export it to beamer with the new exporter; but I can't get the
> 'T' parameter in the resulting output. It gives me :
>
> \begin{columns}
> \begin{column}{0.5\textwidth}
> some text
> \end{column}
> \begin{column}{0.5\textwidth}
> some text
> \end{column}
> \end{columns}
>
> Is my source correct ? I'm not even sure it is intended this way with the
> new exporter.
>
> --
> Fabrice
>
>

[-- Attachment #2: Type: text/html, Size: 2187 bytes --]

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

* Re: Beamer 2 columns
  2012-11-17 20:03 ` Fabrice Popineau
@ 2012-11-17 20:23   ` Nicolas Goaziou
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Goaziou @ 2012-11-17 20:23 UTC (permalink / raw)
  To: Fabrice Popineau; +Cc: emacs-orgmode@gnu.org

Fabrice Popineau <fabrice.popineau@gmail.com> writes:

> Hmmm ... well ... I was mistaken by using BEAMER_envargs because it is for
> the old exporter,
> but it doesn't work either by using BEAMER_opt which should be recognized
> by the new exporter.

Indeed, that was a bug in org-e-beamer.el: columns environment didn't
accept options. It should be fixed in master.

Thank you for reporting this.


Regards,

-- 
Nicolas Goaziou

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

end of thread, other threads:[~2012-11-17 20:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-17 16:48 Beamer 2 columns Fabrice Popineau
2012-11-17 20:03 ` Fabrice Popineau
2012-11-17 20:23   ` Nicolas Goaziou

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