Re: org-babel: complete control over org-babel-execute-src-block behavior

2024-04-26 Thread Ihor Radchenko
Justin Veilleux writes: > Hi. I'm currently trying to write a org-babel-julia backend and I am > having problems. The way I wanted it to work is by executing the code, > and then inserting the results block manually using > `org-babel-insert-result`. I would have passed either :output or a mime >

org-babel: complete control over org-babel-execute-src-block behavior

2024-04-26 Thread Justin Veilleux
Hi. I'm currently trying to write a org-babel-julia backend and I am having problems. The way I wanted it to work is by executing the code, and then inserting the results block manually using `org-babel-insert-result`. I would have passed either :output or a mime type (such as application/org) to