Re: org-mode with picolisp

2022-11-29 Thread Alexander Burger
Hi Lawrence,

> 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.)

Sorry, yes. Org-Mode is not ported to Pil21 (yet).

Let us investigate a little :)

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


org-mode with picolisp

2022-11-29 Thread Galaxy Being
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


Subscribe

2022-11-29 Thread Galaxy Being
-- 
⨽
Lawrence Bottorff
Grand Marais, MN, USA
borg...@gmail.com