* Common Lisp weird Babel's results.
@ 2025-01-25 17:20 Héctor Galbis Sanchis
0 siblings, 0 replies; only message in thread
From: Héctor Galbis Sanchis @ 2025-01-25 17:20 UTC (permalink / raw)
To: emacs-orgmode
[-- Attachment #1: Type: text/plain, Size: 681 bytes --]
Hello,
I noticed that some snippets are not printing the results as I expected.
From this snippet:
#+begin_src lisp :results value
(values "Hello")
#+end_src
The results are:
#+RESULTS:
: Hello
But it should be:
#+RESULTS:
: "Hello"
I don’t know if this is the intended behaviour, but I think it should print
the same SLIME or SLY does.
Another snippet that I think is not working as expected is the following
one:
#+begin_src lisp :results value
(values "Hey" 3)
#+end_src
The results are:
#+RESULTS:
: Hey
But it should print both values as SLIME or SLY does:
#+RESULTS:
: "Hey"
: 3
Thanks for making org.
Héctor.
[-- Attachment #2: Type: text/html, Size: 5514 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-27 7:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-25 17:20 Common Lisp weird Babel's results Héctor Galbis Sanchis
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).