Hello, John Kitchin <jkitc...@andrew.cmu.edu> writes:
> Thanks for the tips. I did not see a way to do the advice here. For what > I need, we need to save parameters for each code block. But it appears > they are all affected by one function org-babel-exp-process-buffer, and > advising this kind of function is tantamount to rewriting the > function! Actually, this is not related to this function, which is but a big dispatcher. Block transformation happens at a lower level (e.g., `org-babel-exp-src-block' and deeper). Regards, -- Nicolas Goaziou