emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: rab@devsphoto.com
To: emacs-orgmode@gnu.org
Subject: ob-clojure: results quoted nil
Date: Tue, 16 May 2023 21:59:55 -0400	[thread overview]
Message-ID: <3e46df648e77d98e41008c0c7bdb1832@devsphoto.com> (raw)

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"                       |



             reply	other threads:[~2023-05-17  2:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-17  1:59 rab [this message]
2023-05-17  9:26 ` ob-clojure: results quoted nil Daniel Kraus
2023-05-17  9:45   ` Ihor Radchenko
2023-05-17  9:45     ` Daniel Kraus
2023-05-18 10:32       ` Ihor Radchenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3e46df648e77d98e41008c0c7bdb1832@devsphoto.com \
    --to=rab@devsphoto.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).