Hi,
My ob-elvish module has been working well for me, but I was thinking if the
best would be to make ob-shell work with elvish instead of having a whole
separate library for it. I tried adding “elvish” to org-babel-shell-names, and
it seems to get recognized OK as a shell name, but execution o
Hi Bastien,
Elvish is still little known, but extremely nice and powerful. It has been
my shell of choice for a few months now, and I'm always happy to let others
know about it.
If you are interested, here's my config file, which you can use as a
starting point or for examples (written with org-m
Hi Diego,
Diego Zamboni writes:
> If you want to take a look: https://github.com/zzamboni/ob-elvish
I didn't know Elvish... thanks for contributing this!
--
Bastien
Hi,
I'm happy to announce my ob-elvish package which allows running Elvish
shell code (https://elvish.io/) from within an org-mode buffer using
org-babel.
If you want to take a look: https://github.com/zzamboni/ob-elvish
It's not on ELPA yet, I will submit it soon.
Feedback welcome!
--Diego