Thanks for the patch, and sorry for the very delayed response. Jarmo Hurri writes:
> Greetings. > > Please find attached a patch that adds the point of the source code > block to the message shown to user when confirming the evaluation of the > block. > > In large org-files, I have often trouble figuring out which code block > Org is confirming me to evaluate when exporting. This is especially true > when I have set 'cache: yes'. When something changes in code, these > blocks need to be re-evaluated during export, but the '#results:' of > these blocks are not changed. Therefore, on the next export I will be > asked again, unless I find the block and evaluate it by hand myself. > > This patch adds the 'start' element of source block info at the end of > the confirmation message. That sounds reasonable to me, and the change looks fine to me. My only thought is that perhaps the line number would be friendlier to report, but I don't feel strongly about that. I'll wait a few days for any babel users to chime in and then apply (unless you reply that you'd like to reroll it to use line numbers).