emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* org-babel: complete control over org-babel-execute-src-block behavior
@ 2024-04-18 16:35 Justin Veilleux
  2024-04-26 13:27 ` Ihor Radchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Justin Veilleux @ 2024-04-18 16:35 UTC (permalink / raw)
  To: emacs-orgmode


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 the julia function and received
correctly formatted (with the format function extendable from the julia
side) text.

However, as I understand it, the result of the org-babel-execute:julia
function will be modified by the org babel infrastructure (with regards
to the src block params).

Is there a way to bypass this so that I can offload the data
transformation as much as possible to the julia side?

Thanks.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-04-26 13:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-18 16:35 org-babel: complete control over org-babel-execute-src-block behavior Justin Veilleux
2024-04-26 13:27 ` Ihor Radchenko

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).