-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/26/14, 19:16 , Eric Schulte wrote:
> Rainer M Krug writes:
>
>> On 01/20/14, 16:34 , Eric Schulte wrote:
>>> Rainer M Krug writes:
>>>
Hi
I would like to use :prologue and :epilogue to enclose the
code block in a local(
Rainer M Krug writes:
> On 01/20/14, 16:34 , Eric Schulte wrote:
>> Rainer M Krug writes:
>>
>>> Hi
>>>
>>> I would like to use :prologue and :epilogue to enclose the code block
>>> in a local({}) block, i.e.
>>>
>>> * test
>>> #+begin_src R :prologue local({ :epilogue })
>>> qwerty <- "test"
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 01/20/14, 16:34 , Eric Schulte wrote:
> Rainer M Krug writes:
>
>> Hi
>>
>> I would like to use :prologue and :epilogue to enclose the code block
>> in a local({}) block, i.e.
>>
>> * test
>> #+begin_src R :prologue local({ :epilogue })
>> qwe
Rainer M Krug writes:
> Hi
>
> I would like to use :prologue and :epilogue to enclose the code block
> in a local({}) block, i.e.
>
> * test
> #+begin_src R :prologue local({ :epilogue })
> qwerty <- "test"
> #+end_src
>
I tried wrapping the prologue and epilogue values in quotes so that they
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
I would like to use :prologue and :epilogue to enclose the code block
in a local({}) block, i.e.
* test
#+begin_src R :prologue local({ :epilogue })
qwerty <- "test"
#+end_src
But the problem seems to be the unbalanced brackets, and everything