Re: [O] Fwd: request regarding code chunk options in org-babel.

2013-03-14 Thread shripad sinari
Thanks Eric! Shripad Tucson, AZ On Thu, Mar 14, 2013 at 12:57 PM, Eric Schulte wrote: > shripad sinari writes: > > > Hello Eric, > > The posted solution works. But the issue is that I have to do this a lot > of > > times for selective code chunks in multiple documents. Writing the sexp > > ea

Re: [O] Fwd: request regarding code chunk options in org-babel.

2013-03-14 Thread Eric Schulte
shripad sinari writes: > Hello Eric, > The posted solution works. But the issue is that I have to do this a lot of > times for selective code chunks in multiple documents. Writing the sexp > each time is not very elegant. As the sexp is just elisp you can easily to add a function to your .emacs

Re: [O] Fwd: request regarding code chunk options in org-babel.

2013-03-13 Thread shripad sinari
Hello Eric, The posted solution works. But the issue is that I have to do this a lot of times for selective code chunks in multiple documents. Writing the sexp each time is not very elegant. Besides, if I were to come up with some solution than I did not want it to break anything else. Perhaps my

Re: [O] Fwd: request regarding code chunk options in org-babel.

2013-03-13 Thread Eric Schulte
shripad sinari writes: > Hello all, > I have been using org-mode and particularly org-babel for reproducible > research. From reading most of the code chunk options in the org manual > it seems that the follwoing table would be how one would expect output > in various formats to behave: > > | :

[O] Fwd: request regarding code chunk options in org-babel.

2013-03-13 Thread shripad sinari
Hello all, I have been using org-mode and particularly org-babel for reproducible research. From reading most of the code chunk options in the org manual it seems that the follwoing table would be how one would expect output in various formats to behave: | :results value | :exports value | In Bu