From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric S Fraga Subject: Re: Re: [babel] Executing sh-code Date: Fri, 27 Nov 2009 10:46:52 +0000 Message-ID: <874oog8ctf.wl%ucecesf@ucl.ac.uk> References: <87k4xey99s.fsf@mundaneum.com> <87ws1cjpky.fsf@mundaneum.com> Reply-To: Eric S Fraga Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDyLy-0004CQ-9C for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 05:47:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDyLt-0004AR-8J for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 05:47:05 -0500 Received: from [199.232.76.173] (port=58489 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDyLs-0004AM-PW for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 05:47:00 -0500 Received: from vscane-b.ucl.ac.uk ([144.82.108.141]:39380) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NDyLs-00056j-D4 for emacs-orgmode@gnu.org; Fri, 27 Nov 2009 05:47:00 -0500 In-Reply-To: <87ws1cjpky.fsf@mundaneum.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?UTF-8?B?U8OpYmFzdGllbg==?= Vauban Cc: emacs-orgmode@gnu.org At Fri, 27 Nov 2009 10:15:41 +0100, S=C3=A9bastien Vauban wrote: >=20 > Hi, >=20 > Can I bump up this thread? >=20 >=20 > > I'm trying to execute code through babel, for the first time -- I did u= se it > > for small examples of LP, but not yet for enhanced work. > > > > This is my first file: > > > > * Prerequisites > > > > #+begin_src sh :session ecm > > cd ~/Personal > > #+end_src I have the same problem (emacs hangs) but this works just fine without the session option so I would suggest that the error relates to this aspect? Sorry I can't be of any direct help, however. :(