Hello,
cbe...@tajo.ucsd.edu writes:
> Jambunathan K writes:
>
>> Center within Src. I don't think you can nest the blocks.
>>
>
> It seems you are right. At least as far as executing the src block is
> concerned.
It's perfectly fine to nest blocks (as long as you don't nest blocks of
the same
Jambunathan K writes:
> Center within Src. I don't think you can nest the blocks.
>
It seems you are right. At least as far as executing the src block is concerned.
I was thinking along the lines of LaTeX's center environment, but I see
now that a src block within a CENTER didn't work with the
Center within Src. I don't think you can nest the blocks.
The cryptic message is org-export.el way of saying that there is a parse
error or that the Org file doesn't to conform to schema.
> This throws an error:
>
> --
> * headline 1
>
> #+BEGIN_CENTER
>
> #+BEGIN_SR
Hello,
cbe...@tajo.ucsd.edu writes:
> This throws an error:
>
> -- * headline 1
>
> #+BEGIN_CENTER
>
> #+BEGIN_SRC R :exports both
> rnorm(10)
> #+END_SRC
>
> #+END_CENTER
> --
>
> M-: (org-export-to-buffer 'e-latex "latex buffer") RET
>
>