emacs-orgmode
[Top][All Lists]
Advanced

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

[O] Babel problem: Output incomplete if it contains # character (only in


From: Marian Schubert
Subject: [O] Babel problem: Output incomplete if it contains # character (only in session)
Date: Mon, 4 Jun 2018 18:42:14 +0200

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:

#+RESULTS:
: foo#bar

When I execute it again I get this:

#+RESULTS:
: bar

(foo# is missing)

Any idea what might be wrong? I'm using version 9.1.13.

Best regards,
Marian


Full example.org:

* 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


reply via email to

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