From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH v2 0/3] org-sbe fixes Date: Mon, 26 Mar 2018 23:42:36 +0200 Message-ID: <878taetsxf.fsf@nicolasgoaziou.fr> References: <87605tc67l.fsf@nicolasgoaziou.fr> <20180319002314.8162-1-git@thecybershadow.net> <87woy7br6q.fsf@nicolasgoaziou.fr> <877epzaolf.fsf@nicolasgoaziou.fr> <87370namq9.fsf@nicolasgoaziou.fr> <89c7e868-bf96-d983-448d-df6e0059be92@gmail.com> <87h8p2twwp.fsf@nicolasgoaziou.fr> <438322b9-0d38-0f3e-6bb0-03f6acb68149@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f0Zt5-00071Q-3h for emacs-orgmode@gnu.org; Mon, 26 Mar 2018 17:42:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f0Zt2-0000Fr-1i for emacs-orgmode@gnu.org; Mon, 26 Mar 2018 17:42:43 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:60477) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f0Zt1-0000Ba-RY for emacs-orgmode@gnu.org; Mon, 26 Mar 2018 17:42:39 -0400 In-Reply-To: <438322b9-0d38-0f3e-6bb0-03f6acb68149@gmail.com> (Vladimir Panteleev's message of "Mon, 26 Mar 2018 21:33:34 +0000") 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: Vladimir Panteleev Cc: Alan Schmitt , emacs-orgmode@gnu.org Vladimir Panteleev writes: > By inline Babel calls, do you mean as described in > https://orgmode.org/manual/Evaluating-code-blocks.html ? I see there > "org-babel-execute-src-block", but it seems to attempt to infer the > src block to execute rather than letting the caller specify one. I'm talking about call_foo() syntax. I see no fundamental difference between (org-sbe-v2 "func" ...) and call_func(...).