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: Mon, 4 Jun 2018 18:42:14 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="000000000000df31c5056dd39e6b" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37304) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fPsZ2-0001F4-Ll for emacs-orgmode@gnu.org; Mon, 04 Jun 2018 12:42:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fPsZ1-0002K0-S5 for emacs-orgmode@gnu.org; Mon, 04 Jun 2018 12:42:36 -0400 Received: from mail-yw0-x22f.google.com ([2607:f8b0:4002:c05::22f]:32789) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fPsZ1-0002Jn-LJ for emacs-orgmode@gnu.org; Mon, 04 Jun 2018 12:42:35 -0400 Received: by mail-yw0-x22f.google.com with SMTP id u124-v6so9576904ywg.0 for ; Mon, 04 Jun 2018 09:42:35 -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 --000000000000df31c5056dd39e6b Content-Type: text/plain; charset="UTF-8" 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 --000000000000df31c5056dd39e6b Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
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:
:=C2=A0
: foo#bar

When I execute it again I get this:

#+RESULTS:
:=C2=A0
: bar
(foo# is missing)

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

Best= regards,
Marian


Fu= ll example.org:

* Example
#+BEGIN_SRC shell :results output :session abc
echo foo#bar
#+END_SRC

#+RESULTS= :
:=C2=A0
: foo#bar

#+BEGIN_SR= C shell :results output :session abc
echo foo#bar
#+END= _SRC

#+RESULTS:
:=C2=A0
: bar<= /div>

--000000000000df31c5056dd39e6b--