From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Possible BUG : table.el tables export incotrrectly Date: Sat, 04 May 2019 23:00:15 +0200 Message-ID: <87muk2ey00.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:41878) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hN1lf-000324-KM for emacs-orgmode@gnu.org; Sat, 04 May 2019 17:00:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hN1le-0002ev-Ka for emacs-orgmode@gnu.org; Sat, 04 May 2019 17:00:23 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:43983) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hN1le-0002aM-ET for emacs-orgmode@gnu.org; Sat, 04 May 2019 17:00:22 -0400 In-Reply-To: (Emmanuel Charpentier's message of "Sat, 04 May 2019 13:17:24 +0200") 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: Emmanuel Charpentier Cc: emacs-orgmode Hello, Emmanuel Charpentier writes: > Org-mode tables do export with their #+caption: and a usable #+name:, > whereas table.el tables export their content but ignore #+name:, > > #+caption: and #+latex_attr:. Org mode does /not/ handle table.el tables. It merely recognizes them, and send them to "table.el" for translation into HTML or LaTeX code. And "table.el" doesn't recognize Org syntax, e.g., #+captions and #+names. Regards, -- Nicolas Goaziou