Re: [O] Custom column environment in beamer export

2015-06-16 Thread Suvayu Ali
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"

Re: [O] Custom column environment in beamer export

2015-06-16 Thread Nicolas Goaziou
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

Re: [O] Custom column environment in beamer export

2015-06-16 Thread Rasmus
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

Re: [O] Custom column environment in beamer export

2015-06-16 Thread Suvayu Ali
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

Re: [O] Custom column environment in beamer export

2015-06-16 Thread Nicolas Goaziou
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

Re: [O] Custom column environment in beamer export

2015-06-16 Thread Suvayu Ali
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

Re: [O] Custom column environment in beamer export

2015-06-15 Thread Rasmus
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

[O] Custom column environment in beamer export

2015-06-15 Thread Suvayu Ali
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