On 2016-07-10 at 16:50, Charles C. Berry <ccbe...@ucsd.edu> wrote: > For the latter, send the output to a file. Maybe use :file or pipe it > from your script.
I'm now capturing results to :file. This also make the code less dependent on Org. I still manage all the code in Org Babel blocks, but for the following block, which takes several hours to run, I cut-and-paste the code to a terminal. I can do that now that its input is from a file and not from an Org RESULTS block. -k.