I am trying to use `pp', as documented:
     
‘pp’: Result converted to pretty-print source code. Enclosed in a code block. 
Languages supported: Emacs Lisp, Python, and Ruby. Usage example: ‘:results 
value pp’. 

https://orgmode.org/manual/Results-of-Evaluation.html

In `emacs -Q':

#+BEGIN_SRC emacs-lisp :results value pp
'(1 2 3 4 5 6 7 8 9 10)
#+END_SRC

#+RESULTS:
: nil

Why is '(1 2 3 4 5 6 7 8 9 10) printed as nil?
 
Rudy
-- 
"We shall not cease from exploration
 And the end of all our exploring
 Will be to arrive where we started
 And know the place for the first time"
--- T. S. Eliot, Little Gidding, Four Quarters, 1943

Rudolf Adamkovič <rud...@adamkovic.org> [he/him]
http://adamkovic.org

Reply via email to