Hello Eric, Eric Schulte wrote: > "Sebastien Vauban" <sva-n...@mygooglest.com> writes: >> Here is a small patch to improve the messages displayed by Org Babel when >> processing code blocks: now, you get the line number added to the output, so >> that you can easily find afterward which block had problems, if such things >> were reported in the *Messages* buffer. >> >> - (message "org-babel-exp processing...")) >> ... >> + (message "Processing %s code block at line %d..." lang line)) > > Thanks for this patch, I've applied it and then tweaked the wording of the > message.
I thought my wording was more clear from a user perspective, but I don't mind with yours, and I'm happy that line has been added. Much clearer to use the information from the *Messages* buffer. Best regards, Seb -- Sebastien Vauban