Re: [O] [babel] Using :prologue and :epilogue with unbalanced brackets

2014-01-27 Thread Rainer M Krug
-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(

Re: [O] [babel] Using :prologue and :epilogue with unbalanced brackets

2014-01-26 Thread Eric Schulte
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"

Re: [O] [babel] Using :prologue and :epilogue with unbalanced brackets

2014-01-21 Thread Rainer M Krug
-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

Re: [O] [babel] Using :prologue and :epilogue with unbalanced brackets

2014-01-20 Thread Eric Schulte
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

[O] [babel] Using :prologue and :epilogue with unbalanced brackets

2014-01-20 Thread Rainer M Krug
-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