From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rainer M Krug Subject: Re: How to end a :session? Date: Thu, 28 May 2015 12:09:34 +0200 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51039) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yxul0-0005eC-80 for emacs-orgmode@gnu.org; Thu, 28 May 2015 06:09:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yxukw-00087N-IR for emacs-orgmode@gnu.org; Thu, 28 May 2015 06:09:46 -0400 Received: from mail-wi0-f178.google.com ([209.85.212.178]:38126) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yxukw-00087F-Bs for emacs-orgmode@gnu.org; Thu, 28 May 2015 06:09:42 -0400 Received: by wizo1 with SMTP id o1so55484697wiz.1 for ; Thu, 28 May 2015 03:09:41 -0700 (PDT) In-Reply-To: (Christopher Witte's message of "Thu, 28 May 2015 12:07:24 +0200") 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: Christopher Witte Cc: Org Mode --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Christopher Witte writes: > perhaps what you want is a named session, see > http://orgmode.org/manual/session.html Sure - that's what I have. But how can I close the named session when I don't need it anymore, or want to start, the next time I use the named session, with a new session? > > On 28 May 2015 at 10:44, Rainer M Krug wrote: > >> Hi >> >> I can start a session as follow: >> >> --8<---------------cut here---------------start------------->8--- >> #+begin_src R :session Test >> cat("Session Test\n") >> #+end_src >> --8<---------------cut here---------------end--------------->8--- >> >> Now I hava an R session named *Test*. But how can I closes this session? >> I thought about just quitting R >> >> --8<---------------cut here---------------start------------->8--- >> #+begin_src R :session Test >> q(save =3D "no) >> #+end_src >> --8<---------------cut here---------------end--------------->8--- >> >> but this does not return as ESS is waiting for the prompt (">"). >> >> Is there a way of closing the session *Test* and close the buffer? >> >> My reasoning is that I want to do different longer analysis in one org >> file and start each in its own session, i.e. clean R. But as they >> involve several steps, I don't want to put them into one code block. >> >> So I have several code blocks which I want to execute in a "throw away >> session" which I would like to discard afterwards. >> >> So I am looking for something like >> >> #+CLOSE_SESSION Test >> >> which would then close the session *Test* >> >> Is something like this possible at the moment? >> >> Rainer >> >> -- >> Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation >> Biology, UCT), Dipl. Phys. (Germany) >> >> Centre of Excellence for Invasion Biology >> Stellenbosch University >> South Africa >> >> Tel : +33 - (0)9 53 10 27 44 >> Cell: +33 - (0)6 85 62 59 98 >> Fax : +33 - (0)9 58 10 27 44 >> >> Fax (D): +49 - (0)3 21 21 25 22 44 >> >> email: Rainer@krugs.de >> >> Skype: RMkrug >> >> PGP: 0x0F52F982 >> =2D-=20 Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,= UCT), Dipl. Phys. (Germany) Centre of Excellence for Invasion Biology Stellenbosch University South Africa Tel : +33 - (0)9 53 10 27 44 Cell: +33 - (0)6 85 62 59 98 Fax : +33 - (0)9 58 10 27 44 Fax (D): +49 - (0)3 21 21 25 22 44 email: Rainer@krugs.de Skype: RMkrug PGP: 0x0F52F982 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.22 (Darwin) iQEcBAEBAgAGBQJVZuliAAoJENvXNx4PUvmC368H/iurbErWRr4YaWzanf7cmMpq 8qbKw35F8QCCTNmtv4zyu46D17aXnM17yxhgcwOHdcLti2Nz7aOKfjXSTuVnh9jJ pnlrMX+q/khoszeivc2yu3Uw02/R4QbfbxaeGM+Rs2kovu/gSRcjoD6PZ/E0Nt+l 55h+L5EEt6pYUktK4YnkreG6ui4gfKAjS4Jf0Y5waHGwlxiS6mDt2Ws2x5PvvCpG LRTEB5ImOXMbCo1gRtbGCOTHnG4pAoqUA3ohCbNu0B+YT/0N9vp0ReqLF86auVZr x/skv+xSjMRypI1+S581bOgVkZ7WjsjlaXvNUZCSWInwmSqbRcHAGOHVZeIHK18= =lZRx -----END PGP SIGNATURE----- --=-=-=--