emacs-orgmode
[Top][All Lists]
Advanced

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

Bash results broken?


From: Rudolf Adamkovič
Subject: Bash results broken?
Date: Fri, 16 Dec 2022 17:22:35 +0100

Reproduction steps:

#+BEGIN_SRC bash :results list
echo 1
echo 2
echo 3
#+END_SRC

Actual:

#+RESULTS:
- (1)
- (2)
- (3)

Expected:

#+RESULTS:
- 1
- 2
- 3

Rudy
-- 
"Logic is a science of the necessary laws of thought, without which no
employment of the understanding and the reason takes place."
-- Immanuel Kant, 1785

Rudolf Adamkovič <salutis@me.com> [he/him]
Studenohorská 25
84103 Bratislava
Slovakia



reply via email to

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