[O] [PATCH] org-babel-execute-src-block-region

2015-11-01 Thread Carlos Henrique Machado S Esteves
Hello, I find it useful to be able to execute only a region of a source code block, so I've implemented a new function for that. I've tested it with MATLAB and Python, but it should work for any mode, since it calls org-babel-execute-src-block. Thanks, Carlos From d3f67fb0f37667af39a30c527221a43e

Re: [O] [PATCH] org-babel-execute-src-block-region

2015-11-10 Thread Carlos Henrique Machado S Esteves
te-block' gives the user the ability to break up src blocks into smaller pieces so they can be run independently. Thanks for pointing that; I didn't know about `org-babel-demarcate-block'. Best, Carlos 2015-11-02 13:19 GMT-05:00 Charles C. Berry : > On Sun, 1 Nov 2015, Carlos H