From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thierry Banel Subject: Re: how to save script created when executing a babel block? Date: Thu, 21 Jun 2018 08:03:47 +0200 Message-ID: <5B2B3FC3.6020108@free.fr> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fVshF-0003zg-PA for emacs-orgmode@gnu.org; Thu, 21 Jun 2018 02:03:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fVshC-0006L5-L2 for emacs-orgmode@gnu.org; Thu, 21 Jun 2018 02:03:53 -0400 Received: from smtp1-g21.free.fr ([212.27.42.1]:61914) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fVshC-0006Jb-F3 for emacs-orgmode@gnu.org; Thu, 21 Jun 2018 02:03:50 -0400 Received: from [IPv6:2a01:e35:2e21:def0:61ac:ee16:ceba:ad6c] (unknown [IPv6:2a01:e35:2e21:def0:61ac:ee16:ceba:ad6c]) by smtp1-g21.free.fr (Postfix) with ESMTP id 09DA7B00568 for ; Thu, 21 Jun 2018 08:03:48 +0200 (CEST) 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" To: emacs-orgmode@gnu.org Le 21/06/2018 00:47, dmg a =C3=A9crit : > hi everybody, > > is there a way to save the script created by babel that is being execut= ed? > > thank you, > You may type C-c C-v v (M-x org-babel-expand-src-block) inside a=20 babel block. Regards