Having trouble with getting picolisp to work with org-mode Babel code blocks. I'm guessing it's because I have an out of date ob-picolisp.el which I had to scrounge on the Internet. (Got one latest 2021.) I run this code
#+BEGIN_SRC picolisp :session *pl1* (+ 1 2 3) #+END_SRC #+RESULTS: : No It starts a REPL names *pl1*, but gives error "@lib/edit.l" -- Open error: No such file or directory which is true. Any ideas what to change where? PS: Also tried just plisp-mode and I think I'm getting the same error. ⨽ Lawrence Bottorff Grand Marais, MN, USA borg...@gmail.com