From mboxrd@z Thu Jan 1 00:00:00 1970 From: th@evon.thierry-pelle.eu (Thierry =?utf-8?Q?Pell=C3=A9?=) Subject: =?UTF-8?B?W1BBVENIXSBQcm9wb3NhbCBmb3IgwqtzZXNzaW9uwrsgZG9jdW1l?= =?UTF-8?B?bnRhdGlvbg==?= Date: Sun, 21 Dec 2014 10:54:42 +0100 Message-ID: <86ioh58h0d.fsf@Evon.thierry-pelle.eu> Reply-To: abonnements@thierry-pelle.eu Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y2dE1-00053T-Ji for emacs-orgmode@gnu.org; Sun, 21 Dec 2014 04:55:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y2dDv-0000O4-Eq for emacs-orgmode@gnu.org; Sun, 21 Dec 2014 04:54:57 -0500 Received: from adsl.thierry-pelle.eu ([109.190.80.161]:51500 helo=Evon.thierry-pelle.eu) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y2dDv-0000Lo-70 for emacs-orgmode@gnu.org; Sun, 21 Dec 2014 04:54:51 -0500 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: emacs-orgmode@gnu.org, aaronecay@gmail.com Hi, I added description for empty names and used the suggestion of Aaron. Hope it's not too frenchy ;-) diff --git a/doc/org.texi b/doc/org.texi index 3612bba..72ad0d9 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -15559,8 +15559,8 @@ execution. @subsubsection @code{:session} @cindex @code{:session}, src header argument -The @code{:session} header argument starts a session for an interpreted -language where state is preserved. By default, a session is not started. +The @code{:session} header argument starts a (possibly named) session for an interpreted +language where state is preserved. All code blocks sharing the same name are exectuted by the same interpreter process. By default, a session is not started. @itemize @bullet @item @code{none} @@ -15568,9 +15568,10 @@ The default. Each block is evaluated in its own session. The session is not preserved after the evaluation. @item @code{other} Any other string passed to the @code{:session} header argument will give the -session a name. All blocks with the same session name share the same -session. Using different session name enables concurrent sessions (even for -the same interpreted language). E.g., @code{:session mysession}. +session a name. If the given name is empty, the session is named as the +language used in the block. All blocks with the same session name share the +same session. Using different session name enables concurrent sessions (even +for the same interpreted language). E.g., @code{:session mysession}. @end itemize @node noweb