From mboxrd@z Thu Jan 1 00:00:00 1970 From: Severin Kempf Subject: Re: macro with inline source does not work in table cells Date: Thu, 12 Apr 2018 17:02:10 -0400 Message-ID: <87zi28xhnx.fsf@3imail.com> References: <877epfx7at.fsf@3imail.com> <87k1teqakl.fsf@nicolasgoaziou.fr> <873700z35f.fsf@3imail.com> <87woxcw9o2.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6jMP-0006sl-0n for emacs-orgmode@gnu.org; Thu, 12 Apr 2018 17:02:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6jML-0002dd-3f for emacs-orgmode@gnu.org; Thu, 12 Apr 2018 17:02:25 -0400 Received: from black.maple.relay.mailchannels.net ([23.83.214.19]:35874) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f6jMK-0002cn-Oh for emacs-orgmode@gnu.org; Thu, 12 Apr 2018 17:02:21 -0400 In-reply-to: <87woxcw9o2.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org, Severin Kempf Hi on [2018-04-12] at 02:40:13 PM -0400, Nicolas Goaziou wrote: > The parser. Inline Babel code is not parsed in table cells. This could > conflict with TBLFM lines. I found where these restrictions are set in org-element.el; and the comments state exactly what you said ("Ignore inline babel call and inline src block as formulas are possible."). Can you think of an example of this conflict?