On Sun, Mar 24, 2013 at 11:00 AM, Charles Berry wrote:
> John Hendy gmail.com> writes:
>
> [deleted]
>
>> wrap [...] is non-existent in formal documentation from what I've seen
>
> It is in the manual:
>
> 14.8.2.23 `:wrap'
>
> See
>
> http://orgmode.org/manual/wrap.html#wrap
>
> or from emac
John Hendy gmail.com> writes:
[deleted]
> wrap [...] is non-existent in formal documentation from what I've seen
It is in the manual:
14.8.2.23 `:wrap'
See
http://orgmode.org/manual/wrap.html#wrap
or from emacs:
C-h i m org RET C-s wrap RET RET
HTH,
Chuck
On Sat, Mar 23, 2013 at 5:12 PM, Eric Schulte wrote:
> John Hendy writes:
>
>> I have an org file with R src block that spits out some file names to
>> embed. I don't think I need to reproduce the block for testing
>> purposes, but the gist is that I use cat() to spit out some
>> =#+begin_center=
John Hendy writes:
> I have an org file with R src block that spits out some file names to
> embed. I don't think I need to reproduce the block for testing
> purposes, but the gist is that I use cat() to spit out some
> =#+begin_center= and =[[filename]]= stuff.
>
> R code block header:
>
> #+nam
I have an org file with R src block that spits out some file names to
embed. I don't think I need to reproduce the block for testing
purposes, but the gist is that I use cat() to spit out some
=#+begin_center= and =[[filename]]= stuff.
R code block header:
#+name: src-block-name
#+begin_src R :se