Re: [O] Babel: RESULTS for no value

2015-03-09 Thread Jarmo Hurri
Greetings Charles. Charles C. Berry ccbe...@ucsd.edu writes: To achieve this behaviour, I have set (defvar org-babel-default-header-args:processing '((:results . html) (:exports . results)) Default arguments when evaluating a Processing source block.) I think you can replace :

Re: [O] Babel: RESULTS for no value

2015-03-07 Thread Jarmo Hurri
Aaron Ecay aarone...@gmail.com writes: It might be a little distracting to see it there, but it shouldn’t interfere with the functionality in any way (for example, it should be invisible on export). It the line’s presence causing any problems for your code? It is a nuisance. To summarize,

Re: [O] Babel: RESULTS for no value

2015-03-07 Thread Aaron Ecay
Hi Jarmo, The results line is needed to store the hash value when the :cache header arg is set. (See (info (org) cache)) It might be a little distracting to see it there, but it shouldn’t interfere with the functionality in any way (for example, it should be invisible on export). It the line’s

Re: [O] Babel: RESULTS for no value

2015-03-07 Thread Charles C. Berry
On Sat, 7 Mar 2015, Jarmo Hurri wrote: Aaron Ecay aarone...@gmail.com writes: It might be a little distracting to see it there, but it shouldn’t interfere with the functionality in any way (for example, it should be invisible on export). It the line’s presence causing any problems for your