Hi all.

I wanted to know if a JavaScript source block configured to use a session managed via https://github.com/NicolasPetton/Indium is currently supported.

I believe the error I am getting is related to https://code.orgmode.org/bzg/org-mode/src/master/lisp/ob-js.el#L47

where “(declare-function indium-run-node "ext:indium-nodejs" (command))” refers to a function named “indium-run-node” that does no longer exist

https://github.com/NicolasPetton/Indium/commit/3e7f181dca115bccb0cb150fc753ca353be359e4#diff-76bee0dfd13edc6083c22f66c5711149

There is an “indium-launch-nodejs” instead that works with the current client-server model for Indium.

I'll try to replace “indium-run-node” for “indium-launch-nodejs” and provide a proper config for an ob-js REPL in a “.indium.json” but any pointers you could provide to me would be of great help.

Thank you

-- 
Ezequiel Birman