Hi Jon,

You can see a commented out version for shell blocks here:
https://github.com/jkitchin/jmax/blob/master/jmax-org.el#L936

It looks like I just redefined the org-babel-execute:sh function after
it was loaded. That may not be recommended good practice, but it works
;)

I am not sure why it is commented out, maybe because I don't use it alot
and its not well tested.

You could always bind your own key sequence instead of C-c C-c.


Yes this is right, probably better/easier/cleaner


I am almost here with my code. In fact, it is quite different than yours since the nrepl does async communication. So far, I am really just using the Buffer in a new window idea from your code since I don't need to do anything with external files.

Will keep you updated!

Thanks,

Fred

Reply via email to