Hello,
I'm having trouble with babel block like this:
#+BEGIN_SRC shell :results output :session abc
echo foo#bar
#+END_SRC
When I execute it for the first time I get this result:
When I execute it again I get this:
(foo# is missing)
Any idea what might be wrong? I'm using version 9.1.13.
Best regards,
Marian
* Example
#+BEGIN_SRC shell :results output :session abc
echo foo#bar
#+END_SRC
#+RESULTS:
:
: foo#bar
#+BEGIN_SRC shell :results output :session abc
echo foo#bar
#+END_SRC
#+RESULTS:
:
: bar