From: Justin Veilleux <terramorpha@cock.li>
To: emacs-orgmode@gnu.org
Subject: org-babel: complete control over org-babel-execute-src-block behavior
Date: Thu, 18 Apr 2024 12:35:57 -0400 [thread overview]
Message-ID: <87zftqeihe.fsf@cock.li> (raw)
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.
next reply other threads:[~2024-04-26 8:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-18 16:35 Justin Veilleux [this message]
2024-04-26 13:27 ` org-babel: complete control over org-babel-execute-src-block behavior Ihor Radchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zftqeihe.fsf@cock.li \
--to=terramorpha@cock.li \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.