>"Cook, Malcolm" <mailto:m...@stowers.org> writes:
>
>> I tried applying just the change in 
>> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=456462741 to 
>> released Org 9.6 and find that when using `:session *R*` the #+RESULTS are 
>> still empty, but when running without :session the results are provided.
>
>Could you please elaborate what you mean by "just the change"? This
>change is a fix on top of another change we included in Org 9.6.

Of course....

I manually edited ob-comint.el and inserted the lines marked with a '+' from 
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=456462741 
(removing the '+') in the right place, and re-evaluated the now modified 
function definition (went to end of defun and hit C-x C-e)

Doh!  

It is a macro not a defun, so simply redefining it will not effect where it was 
used.  

My bad.

Byte-compiling and reloading ob-R.el worked.

So, answering your question revealed my error.

Thanks.

I look forward to the fix finding elpa.

Cheers,

Malcolm


Reply via email to