[O] line numbers in a code block?

2014-09-27 Thread John Kitchin
Does anyone know a way to get dedicate line numbers in an org code block? I know how to get buffer code lines, but when we run a code block and there is an error, the error line number is relative to line 1 of the code block. Currently, we type C-c ' to get a code buffer, and navigate to the

Re: [O] line numbers in a code block?

2014-09-27 Thread Charles Berry
John Kitchin jkitchin at andrew.cmu.edu writes: Does anyone know a way to get dedicate line numbers in an org code block? I know how to get buffer code lines, but when we run a code block and there is an error, the error line number is relative to line 1 of the code block. Currently, we

Re: [O] line numbers in a code block?

2014-09-27 Thread John Kitchin
Charles Berry ccbe...@ucsd.edu writes: John Kitchin jkitchin at andrew.cmu.edu writes: Does anyone know a way to get dedicate line numbers in an org code block? I know how to get buffer code lines, but when we run a code block and there is an error, the error line number is relative to

Re: [O] line numbers in a code block?

2014-09-27 Thread John Kitchin
I came up with a reasonable solution to this that I think is pretty nice. It doesn't put linenumbers on the src block, but it does something even better! The gist is to write the block to a temporary file, then run pyflakes, pep8 and pylint on it. The output of those goes into a temporary