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: Mon, 26 Nov 2018 22:02:06 +0100 Message-ID: <87woozwo1d.fsf@nicolasgoaziou.fr> References: <87a7ly3jg0.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gRO15-0004HA-Mh for emacs-orgmode@gnu.org; Mon, 26 Nov 2018 16:02:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gRO11-00055O-FA for emacs-orgmode@gnu.org; Mon, 26 Nov 2018 16:02:03 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:35137) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gRO11-00054d-7x for emacs-orgmode@gnu.org; Mon, 26 Nov 2018 16:01:59 -0500 In-Reply-To: (Ulrich G. Wortmann's message of "Mon, 26 Nov 2018 11:30:43 -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: > I had a quick look at table.el > > It exports only a tabular command, not a table. Is there a way to make org > wrap the > > \begin{tabular} > \end{tabular} > > into a regular > > \begin{table} > \end{table} > > This would be perfectly correct latex, and keep the export mechanism, > neatly separated You may want to look at `org-latex--table.el-table' and see what can be done. Regards, -- Nicolas Goaziou