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

2018-06-12 Thread Narendra Joshi
Marian Schubert writes: > Hello, > > I'm having trouble with babel block like this: > > #+BEGIN_SRC shell :results output :session xyz > echo "foo#bar" > #+END_SRC > > #+RESULTS: > :  > : bar > > I expect results to be foo#bar, but it's just bar. > If I remove :session xyz it displays correct val

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

2018-06-06 Thread Marian Schubert
Hello, I'm having trouble with babel block like this: #+BEGIN_SRC shell :results output :session xyz echo "foo#bar" #+END_SRC #+RESULTS: : : bar I expect results to be foo#bar, but it's just bar. If I remove :session xyz it displays correct value, i.e.: #+RESULTS: : foo#bar Any idea what migh

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

2018-06-04 Thread Berry, Charles
> On Jun 4, 2018, at 9:42 AM, Marian Schubert wrote: > > 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 exe

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

2018-06-04 Thread Marian Schubert
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