From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jens Lechtenboerger Subject: Re: Bug: LaTeX export of table with caption broken Date: Sat, 19 Jan 2019 17:18:46 +0100 Message-ID: <87fttovcwp.fsf@informationelle-selbstbestimmung-im-internet.de> References: <87ftto2084.fsf@informationelle-selbstbestimmung-im-internet.de> <87bm4cbsbm.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:60503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gktKf-0000xs-DD for emacs-orgmode@gnu.org; Sat, 19 Jan 2019 11:18:53 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gktKe-0001pp-Bv for emacs-orgmode@gnu.org; Sat, 19 Jan 2019 11:18:53 -0500 Received: from mx1.mailbox.org ([2001:67c:2050:104:0:1:25:1]:24278) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gktKd-0001mB-IH for emacs-orgmode@gnu.org; Sat, 19 Jan 2019 11:18:52 -0500 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mx1.mailbox.org (Postfix) with ESMTPS id AF95D49B1F for ; Sat, 19 Jan 2019 17:18:48 +0100 (CET) Received: from smtp2.mailbox.org ([80.241.60.241]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id nNoWczRe7Asq for ; Sat, 19 Jan 2019 17:18:47 +0100 (CET) In-Reply-To: <87bm4cbsbm.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sat, 19 Jan 2019 16:06:05 +0100") 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: emacs-orgmode@gnu.org On 2019-01-19, at 16:06, Nicolas Goaziou wrote: > Jens Lechtenboerger writes: > >> when exporting a table with caption to LaTeX on the master branch, >> invalid code is generated. > > Fixed. Thank you. Wow, that was lightning fast. Many thanks! Jens