From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: Macros are not replaced in table.el tables. [9.3 (9.3-elpa @ /Users/jlizarraga/.emacs.d/elpa/org-20191203/)] Date: Mon, 16 Dec 2019 17:24:06 +0100 Message-ID: <87tv609r2x.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:54205) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1igtAL-00010z-CF for emacs-orgmode@gnu.org; Mon, 16 Dec 2019 11:24:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1igtAK-0000Mf-AV for emacs-orgmode@gnu.org; Mon, 16 Dec 2019 11:24:13 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:47409) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1igtAK-0000Le-4Z for emacs-orgmode@gnu.org; Mon, 16 Dec 2019 11:24:12 -0500 In-Reply-To: (Juan Lizarraga Cubillos's message of "Thu, 12 Dec 2019 16:48:14 +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: Juan Lizarraga Cubillos Cc: "emacs-orgmode@gnu.org" Hello, Juan Lizarraga Cubillos writes: > I am writing looking for help on something that I think is a bug. I am > working on a document with table.el tables instead of org-tables > because I need to work with merged cells. Inside the table I have > a macro that should generate the table ID. Unfortunately, I have > noticed that macros are not replaced inside table.el tables as they > are in org-tables when I export to HTML. Since the manual says "Org > recognizes macro references in following Org markup areas: paragraphs, > headlines, verse blocks, tables cells and lists." without being > specific, I assume this behavior is a bug. It isn't. Table.el tables are opaque to Org. IOW, Org doesn't handle table.el tables at all. In the manual, unless it is specified otherwise, "table" refers to Org tables, not table.el tables. Regards, -- Nicolas Goaziou