emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* ob-clojure: results quoted nil
@ 2023-05-17  1:59 rab
  2023-05-17  9:26 ` Daniel Kraus
  0 siblings, 1 reply; 5+ messages in thread
From: rab @ 2023-05-17  1:59 UTC (permalink / raw)
  To: emacs-orgmode

Hello!
I am trying to follow examples on a book and I noticed a minor bug that 
is literally "bugging" me. :-D
The quoted NIL is not showing on the Result block.

Org mode version 9.6.1 (9.6.1-??-fe92a3ced @ 
/Users/rafiks/.emacs.d/.local/straight/build-28.2/org/)

  #+begin_src clojure :results value
     (nil? 1)
     (nil? nil)
     (if "bears eat beets"
       "bears beets Battlestar Galactica")
     (if nil
       "This won't be the result because nil is falsey"
       "nil is falsey")
    #+end_src

    #+RESULTS:
    | false                              |
    | true                               |
    | "bears beets Battlestar Galactica" |
    | " is falsey"                       |



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-18 10:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17  1:59 ob-clojure: results quoted nil rab
2023-05-17  9:26 ` Daniel Kraus
2023-05-17  9:45   ` Ihor Radchenko
2023-05-17  9:45     ` Daniel Kraus
2023-05-18 10:32       ` Ihor Radchenko

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