From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tilmann Singer Subject: Re: Bug: :session doesn't honor :verbatim [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/26.0.50/lisp/org/)] Date: Sun, 16 Apr 2017 12:58:53 +0200 Message-ID: <878tn0r53m.fsf@tils.net> References: <877f2kwxmv.fsf@detlef> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37733) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1czhta-0000FX-HV for emacs-orgmode@gnu.org; Sun, 16 Apr 2017 06:59:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1czhtV-0007Lx-NU for emacs-orgmode@gnu.org; Sun, 16 Apr 2017 06:59:06 -0400 Received: from til.in-berlin.de ([217.197.83.166]:57000 helo=tils.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1czhtV-0007LJ-Go for emacs-orgmode@gnu.org; Sun, 16 Apr 2017 06:59:01 -0400 In-Reply-To: <877f2kwxmv.fsf@detlef> 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: Michael Albinus , emacs-orgmode@gnu.org --=-=-= Content-Type: text/plain Let me add that when not specifying ":results verbatim", the presence of the % sign in the output also triggers table formatting: #+BEGIN_SRC sh :session *session* echo "a%b" #+END_SRC #+RESULTS: | | | b | Whereas without session, the output is formatted like this #+BEGIN_SRC sh echo "a%b" #+END_SRC #+RESULTS: : a%b And if the session has not been opened already, then the first time evaluation does not cut off the results: #+BEGIN_SRC sh :session *session2* echo "a%b" #+END_SRC #+RESULTS: | | | a%b | greetings, Til Emacs : GNU Emacs 25.1.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.7) of 2017-02-07 Package : Org mode version 9.0 (9.0-elpa @ /home/tils/.emacs.d/elpa/org-20161102/) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEY0XjgVQjxuIz1LjLg9Yj9EdbuXMFAljzTm0ACgkQg9Yj9Edb uXMdNwgAjAT3DvN5oVQDDqDmTLMAB133riehz+pBxdyyN09xV8nVV3aWiDQUoM1F J1xqkkvTTJ6BzskuikWoVE8RFjjtcxbaflL0s/LtJx9evcsbg3/cSMmznWwKXJ8e i+aGbnr5gTbyjdKtHPCZUHkHNt9MIBG2g3iaEBZAakNisyunE+eGFBrxBFAvs1A4 H0gXsNb/sBz7BVO2UpjyQnfxezwAiPQa5egd5yzmm9KbyojERjDY7lOuxFW3YDG3 R1VDdWIvns4A5QXql0irItrxMJQfipjmT5JNnIYG/GUU33BhiD5Jg2nTjGPDmyMa lUQ+duLmQLtptzBDMwC5iZ7q/hIosA== =cqRm -----END PGP SIGNATURE----- --=-=-=--