From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Rettke Subject: Re: Org-babel shell evaluate with session does not return results Date: Sat, 28 Nov 2015 13:17:42 -0600 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2l0C-00063u-Ik for emacs-orgmode@gnu.org; Sat, 28 Nov 2015 14:17:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a2l0B-0007Is-Q7 for emacs-orgmode@gnu.org; Sat, 28 Nov 2015 14:17:44 -0500 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]:35229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a2l0B-0007Io-KM for emacs-orgmode@gnu.org; Sat, 28 Nov 2015 14:17:43 -0500 Received: by wmuu63 with SMTP id u63so86629733wmu.0 for ; Sat, 28 Nov 2015 11:17:42 -0800 (PST) In-Reply-To: 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Giri Prashanth Cc: "emacs-orgmode@gnu.org" On Thu, Nov 19, 2015 at 12:28 PM, Giri Prashanth wrote: > Any reason why org babel execute for shell with session does not terminat= e ? > Thank you very much in advance for any response, Just ran this code and got the following results... #+NAME: 4AFF24E4-43CF-4FFF-A9E9-4896630C977D #+BEGIN_SRC shell :session test echo foo #+END_SRC #+RESULTS: 4AFF24E4-43CF-4FFF-A9E9-4896630C977D #+BEGIN_EXAMPLE | foo | #+END_EXAMPLE Org version from Git: =E2=80=9C8.3.2=E2=80=9D Emacs version: =E2=80=9C24.5.1=E2=80=9D What versions are you on?