Post #2745784
2026-05-16 05:07 UTC
@screwlisp@gamerplus.org
#+name: prints
#+begin_src elisp :var x=() :results verbatim
(print x)
#+end_src
#+RESULTS: prints
: nil
#+name: list
- foo
- bar
- baz
#+call: prints(list)
#+RESULTS:
: ("foo")
(I am not sure how you got the second one)
Replies (1)
-
@screwlisp@gamerplus.org 2026-05-16 05:17
@yantar92@fosstodon.org Hum, good point. I guess the last time I remarked on it it was on this laptop, which "isn't a programming laptop" too. I guess it is running orgmode 9.5.5 on emacs 28.2 . Does that old version explain it?