From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: macro with inline source does not work in table cells Date: Thu, 12 Apr 2018 20:40:13 +0200 Message-ID: <87woxcw9o2.fsf@nicolasgoaziou.fr> References: <877epfx7at.fsf@3imail.com> <87k1teqakl.fsf@nicolasgoaziou.fr> <873700z35f.fsf@3imail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33017) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6h8y-0007Gw-AR for emacs-orgmode@gnu.org; Thu, 12 Apr 2018 14:40:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6h8u-0001Nr-VD for emacs-orgmode@gnu.org; Thu, 12 Apr 2018 14:40:24 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:33929) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f6h8u-0001NH-MG for emacs-orgmode@gnu.org; Thu, 12 Apr 2018 14:40:20 -0400 In-Reply-To: <873700z35f.fsf@3imail.com> (Severin Kempf's message of "Thu, 12 Apr 2018 14:32:44 -0400") 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: Severin Kempf Cc: emacs-orgmode@gnu.org Hello, Severin Kempf writes: > This is very cumbersome for my particular document, which has a large > number of cells that I am working with. I could add an additional column > to facilitate this, but I don't see a good way to hide that column from > the exporter -- I only want the result, not the data needed to generate > the result. You can pass header arguments to the `org-sbe' call. It may be possible to get the results without the data. > What is preventing it from working in the table cell? What is > allowing a simpler macro expansion to work inside of a table cell? The parser. Inline Babel code is not parsed in table cells. This could conflict with TBLFM lines. Regards, -- Nicolas Goaziou