From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex =?utf-8?Q?Benn=C3=A9e?= Subject: How to add tblname from ob-shell fragments? Date: Thu, 11 Oct 2018 14:25:16 +0100 Message-ID: <871s8wmx8j.fsf@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54421) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gAay2-00044K-W0 for emacs-orgmode@gnu.org; Thu, 11 Oct 2018 09:25:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gAaxy-00066P-V9 for emacs-orgmode@gnu.org; Thu, 11 Oct 2018 09:25:30 -0400 Received: from mail-wr1-x42a.google.com ([2a00:1450:4864:20::42a]:42720) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gAaxw-00063C-VR for emacs-orgmode@gnu.org; Thu, 11 Oct 2018 09:25:25 -0400 Received: by mail-wr1-x42a.google.com with SMTP id g15-v6so9676581wru.9 for ; Thu, 11 Oct 2018 06:25:19 -0700 (PDT) Received: from zen.linaro.local ([81.128.185.34]) by smtp.gmail.com with ESMTPSA id n11-v6sm21251287wrx.17.2018.10.11.06.25.17 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 11 Oct 2018 06:25:17 -0700 (PDT) Received: from zen (localhost [127.0.0.1]) by zen.linaro.local (Postfix) with ESMTPS id 8EE523E00E9 for ; Thu, 11 Oct 2018 14:25:16 +0100 (BST) 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 Hi, I'm trying to solve a problem with an ob-shell fragment. I want to emit a table which other blocks are going to consume. As script takes a while I don't want to dynamically call it when doing additional work with the data. In fact in my real example I use ob-async's :async so it can run and collect the data in the background. Is there any way to get the results to emit a tblname with the result? -- Alex Benn=C3=A9e