emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

appearance of list as results from evaluating code blocks


From: Johannes Brauer
Subject: appearance of list as results from evaluating code blocks
Date: Wed, 23 Jun 2021 19:27:34 +0000

Hi!
Evaluating a code block containing a list expression using org-babel for elisp 
or Clojure, for example
(list 1 2 3)
I get
 #+RESULTS:
  | 1 | 2 | 3 |
I would prefer
 #+RESULTS:
  ( 1  2  3 )

Is it possible to get this.

I am using
Aquamacs 3.5nightly  GNU Emacs 25.3.50.1 (x86_64-apple-darwin19.6.0, NS 
appkit-1894.60 Version 10.15.7 (Build 19H2))
macOs 11.4
Org mode version 9.3.7

Johannes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]