Re: [O] babel, executing code in background process

2012-02-29 Thread Erik Garrison
on only because I don't really know anything about it. > > This would certainly be a worthwhile feature to add to Org-mode code > blocks, however a good implementation (easy to use, robust and > cross-language) will be non-trivial to implement. > > Best, > > Erik Garri

[O] babel, executing code in background process

2012-02-29 Thread Erik Garrison
Hi, I'm just starting to use org-mode and babel to structure exploratory data analysis which I do for my work. One issue that I've run into is that many of the queries I have to issue will take a very long time to complete. Is there any method I could use to execute them in a background process?