Re: [PATCH] org-babel: Do not echo output of resolved noweb references

2022-08-22 Thread Ihor Radchenko
Ihor Radchenko writes: > Currently, every time Org resolves noweb references, the behaviour is > resembling :results silent. That is, the results of evaluation are > displayed, but not inserted after the executed source blocks. > > I propose to change this by using :results none that will display

Re: [PATCH] org-babel: Do not echo output of resolved noweb references

2022-07-21 Thread Sébastien Miquel
Hi, Ihor Radchenko writes: > Let me know if you see any potential issues with the proposed change. Thanks for looking into this. I think the change looks right, though I am no great user of org-babel and its header arguments. Regards, -- Sébastien Miquel

[PATCH] org-babel: Do not echo output of resolved noweb references

2022-07-21 Thread Ihor Radchenko
performed. The above change affects the return value of org-babel-execute-src-block. Previously, it always returned nil with :results none. Now, it returns the actual post-processed result of evaluation. Let me know if you see any potential issues with the proposed change. Best, Ihor >From f01