Re: [O] fontification of blocks inside blocks

2014-03-14 Thread Alan Schmitt
Bastien writes: > Hi Alan, > > Alan Schmitt writes: > >> I've just had to write an org block inside another org block, which >> looks like this: >> >> #+attr_latex: :options {0.5\textwidth} >> #+begin_column >> #+begin_src ocaml >> let o1 = object >> method m = 0 >> method p = "foo" >>

Re: [O] fontification of blocks inside blocks

2014-03-13 Thread Bastien
Hi Alan, Alan Schmitt writes: > I've just had to write an org block inside another org block, which > looks like this: > > #+attr_latex: :options {0.5\textwidth} > #+begin_column > #+begin_src ocaml > let o1 = object > method m = 0 > method p = "foo" > end;; > #+end_src > #+end_colum

[O] fontification of blocks inside blocks

2014-02-26 Thread Alan Schmitt
Hello, I've just had to write an org block inside another org block, which looks like this: #+attr_latex: :options {0.5\textwidth} #+begin_column #+begin_src ocaml let o1 = object method m = 0 method p = "foo" end;; #+end_src #+end_column Unfortunately when I do so I lose the nic