Re: [O] How to execute org babel src block line by line?

2016-04-19 Thread Eduardo Ochs
Hi Xor3, Maybe you should take a look at eev - more specifically, at eepitch, which is one of its modules... there's a demo here, starting at 0:16, http://angg.twu.net/eev-videos/video4-eepitch.mp4 http://www.youtube.com/watch?v=Lj_zKC5BR64 and there's a tutorial here: http://angg.twu.net

[O] How to execute org babel src block line by line?

2016-04-19 Thread Xor3
Hi community, I want to execute org babel src block one line a time. Here is what I have tried. I use `isend' to send things to REPL buffer. When "C-" is pressed at first time, a REPL buffer which is decided by `lang' params is startd. Then everything send to that buffer. An additio