From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: org export table.el [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.1/lisp/org/)] Date: Sat, 24 Nov 2018 10:37:19 +0100 Message-ID: <87a7ly3jg0.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:43284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gQUR1-0003ZN-4v for emacs-orgmode@gnu.org; Sat, 24 Nov 2018 04:41:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gQUNP-0000Sz-TQ for emacs-orgmode@gnu.org; Sat, 24 Nov 2018 04:37:26 -0500 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:47941) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gQUNP-0000PK-Mo for emacs-orgmode@gnu.org; Sat, 24 Nov 2018 04:37:23 -0500 In-Reply-To: (Ulrich G. Wortmann's message of "Fri, 23 Nov 2018 14:45:08 -0500") 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: "Ulrich G. Wortmann" Cc: emacs-orgmode@gnu.org Hello, "Ulrich G. Wortmann" writes: > the following problem occurs reproducibly with GNU Emacs 26.1 (see below > for details), even when starting emacs with -Q > > If I use a table in my org file and convert that table to table.el the > caption is not exported into either the HTML or Latex File. Export to ASCII > works as expected. If I convert the table back to org-table format, the > Latex and HTML export of the caption work as expected. As a side note, any > other #+ expressions (e.g., Latex-Attr, Labels etc) won't be exported > either if the table is in table.el format > > Expected behavior: #+CAPTION: is being exported regardless what table > format has been selected. > > #+CAPTION: Test caption on top of table.el > +---+---+---+ > > | 1 | 2 | 3 | > +---+---+---+ > | 4 | 5 | 6 | > +---+---+---+ > | 6 | 7 | 8 | > +---+---+---+ Export of table.el tables is not handled by Org, but by "table.el" library. In other words, Org keywords are expected to work only on Org tables. Regards, -- Nicolas Goaziou