NicolasPetton / Indium

A JavaScript development environment for Emacs
https://indium.readthedocs.io
GNU General Public License v3.0
1.13k stars 61 forks source link

Question: org-mode ob-js.el sessions #234

Open stormwatch opened 4 years ago

stormwatch commented 4 years ago

Hello.

https://code.orgmode.org/bzg/org-mode/src/master/lisp/ob-js.el#L47 refers to indium-run-node which no longer exists.

Do you think it would be possible to replace it with indium-launch-nodejs?

What configuration should I provide in my .indium.json file?

Thank you

NicolasPetton commented 4 years ago

Hi!

It would definitely be doable, but since Indium's connection to a NodeJS process has changed completely, I think there would be changes needed both in Indium and ob-js: