emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Ihor Radchenko <yantar92@posteo.net>
To: Justin Veilleux <terramorpha@cock.li>
Cc: emacs-orgmode@gnu.org
Subject: Re: org-babel: complete control over org-babel-execute-src-block behavior
Date: Fri, 26 Apr 2024 13:27:22 +0000	[thread overview]
Message-ID: <87v844tft1.fsf@localhost> (raw)
In-Reply-To: <87zftqeihe.fsf@cock.li>

Justin Veilleux <terramorpha@cock.li> 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
> 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?

I strongly discourage you from doing such thing.
There is a reason Org babel wants the output to be in Elisp form, not in
the final Org mode form - `org-babel-execute-src-block' takes care about
processing various user customizations, like :file and :post header
arguments; and respecting user choices about result type.

If you want to generate Org mode markup as the output of your babel
backend, you can simply set the default result type to raw in
org-babel-default-header-args:julia. Then, if your
org-babel-execute:julia returns a string containing Org markup, it will
be interpreted as Org, unless the user explicitly chooses otherwise.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>


      reply	other threads:[~2024-04-26 13:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]

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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87v844tft1.fsf@localhost \
    --to=yantar92@posteo.net \
    --cc=emacs-orgmode@gnu.org \
    --cc=terramorpha@cock.li \
    /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 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).