From: Kodi Arfer <listu@arfer.net> To: emacs-orgmode@gnu.org Subject: How is the return value of `org-babel-execute:FOO` interpreted? Date: Sat, 2 Oct 2021 09:27:28 -0400 [thread overview] Message-ID: <5f9d6ee9-f5d1-453b-2fb8-f48b7fbd6840@arfer.net> (raw) I have an `org-babel-execute` function for the Hy programming language that seems to have partly broken when I upgraded Org (from 9.1.14 to 9.4.6). It has code to write a plot to a file when a `:file` argument is given to the code block. It returns `nil` in this case, and previously, Org would automatically insert a link to the file in the results block, as desired. Now, however, the `nil` is printed in the results block. So I guess have to edit the function to return a link instead, but I can't find documentation for how Org interprets the return value of an `org-babel-execute` function: as I vaguely recall, you have to use a certain cons structure to produce a table, another to produce a link, and so on. So the concrete question in this case is: what do I return to put a link in the document? Here's my code in case it's helpful, but it isn't pretty: https://github.com/Kodiologist/Daylight/blob/37e38d216ffe41ad3537522c40ccf1cdb134bbbc/daylight.el#L430
next reply other threads:[~2021-10-02 17:12 UTC|newest] Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-10-02 13:27 Kodi Arfer [this message] 2021-10-02 16:43 Kodi Arfer 2021-10-03 9:38 ` Ihor Radchenko 2021-10-03 12:03 ` Kodi Arfer 2021-10-03 12:20 ` Ihor Radchenko 2021-10-03 12:39 ` Ihor Radchenko 2021-10-03 12:49 ` Kodi Arfer 2021-10-03 13:09 ` 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 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=5f9d6ee9-f5d1-453b-2fb8-f48b7fbd6840@arfer.net \ --to=listu@arfer.net \ --cc=emacs-orgmode@gnu.org \ --subject='Re: How is the return value of `org-babel-execute:FOO` interpreted?' \ /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
Code repositories for project(s) associated with this 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).