From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marian Schubert Subject: Babel problem: Output incomplete if it contains # character (only in session) Date: Sat, 26 May 2018 18:01:53 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="0000000000000ad626056d1e0246" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44674) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fMbe4-0000aU-A2 for emacs-orgmode@gnu.org; Sat, 26 May 2018 12:02:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fMbe3-000244-JR for emacs-orgmode@gnu.org; Sat, 26 May 2018 12:02:16 -0400 Received: from mail-yb0-x22f.google.com ([2607:f8b0:4002:c09::22f]:43140) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fMbe3-00023d-DZ for emacs-orgmode@gnu.org; Sat, 26 May 2018 12:02:15 -0400 Received: by mail-yb0-x22f.google.com with SMTP id w3-v6so238145ybq.10 for ; Sat, 26 May 2018 09:02:15 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org --0000000000000ad626056d1e0246 Content-Type: text/plain; charset="UTF-8" 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 might be wrong? Best regards, Marian --0000000000000ad626056d1e0246 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

I'm having trouble with babe= l block like this:

#+BEGIN_SRC shell :results= output :session xyz
echo "foo#bar"
#+END_SRC=

#+RESULTS:
:=C2=A0
: bar

I expect results to be foo#bar, but it's jus= t bar.
If I remove :session xyz it displays correct value, i.e.:<= /div>

#+RESULTS:
: foo#bar

Any idea what might be wrong?

Bes= t regards,
Marian
--0000000000000ad626056d1e0246--