On Tue, Jun 16, 2015 at 03:33:03PM +0200, Nicolas Goaziou wrote:
> Rasmus writes:
>
> > Indeed. That's the incremental fix.
>
> Done in cf5fd31f0c4f18bd0256157adb98306d53f8a52c.
Works great! I went with this template:
(add-to-list 'org-beamer-environments-extra
'("minipage" "m"
Rasmus writes:
> The third argument is hard-coded to 'option in org-beamer--format-block
> ATM.
ox-beamer expects options to be wrapped within square brackets. If they
are not, it does that task. This is a bit drastic, but it works well in
practice.
> Indeed. That's the incremental fix.
Done
Hi,
Nicolas Goaziou writes:
>> Unfortunately, BEAMER_OPTs are wrapped in square brackets thanks to
>> org-beamer--normalize-argument, so the above won't actually work (see
>> org-beamer--format-block). From the looks of it I'd be willing to call it
>> a bug, but Nicolas may have had something i
Hi Nicolas,
On Tue, Jun 16, 2015 at 01:57:06PM +0200, Nicolas Goaziou wrote:
> Rasmus writes:
>
> > Unfortunately, BEAMER_OPTs are wrapped in square brackets thanks to
> > org-beamer--normalize-argument, so the above won't actually work (see
> > org-beamer--format-block). From the looks of it I
Hello,
Rasmus writes:
> Unfortunately, BEAMER_OPTs are wrapped in square brackets thanks to
> org-beamer--normalize-argument, so the above won't actually work (see
> org-beamer--format-block). From the looks of it I'd be willing to call it
> a bug, but Nicolas may have had something in mind.
I
On Tue, Jun 16, 2015 at 12:30:09AM +0200, Rasmus wrote:
> Suvayu Ali writes:
>
> > * Fitting technique :B_minipage:
> > :PROPERTIES:
> > :BEAMER_env: minipage
> > :BEAMER_arg: 0.1\linewidth
> > :END:
> > +/cFit/+
>
> The closest would probably be somethin
Suvayu Ali writes:
> * Fitting technique:B_minipage:
> :PROPERTIES:
> :BEAMER_env: minipage
> :BEAMER_arg: 0.1\linewidth
> :END:
> +/cFit/+
The closest would probably be something like
(add-to-list 'org-beamer-environments-extra
'("minipa
Hi,
Is it possible to define a custom column like environment? At the
moment I'm hacking around the need with this:
(add-to-list 'org-beamer-environments-extra
'("minipage" "m" "\\begin{minipage}%H" "\\end{minipage}%"))
With the above I can export the following
* 0.1\linewidth