From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug: LaTeX export of table with caption broken Date: Wed, 23 Jan 2019 10:16:03 -0500 Message-ID: <87tvhz9zgs.fsf@alphaville.usersys.redhat.com> References: <87ftto2084.fsf@informationelle-selbstbestimmung-im-internet.de> <87bm4cbsbm.fsf@nicolasgoaziou.fr> <87zhrsllrc.fsf@gmail.com> <87ef941f1k.fsf@nicolasgoaziou.fr> <878szb7ot3.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:34896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmKVC-0007e9-2F for emacs-orgmode@gnu.org; Wed, 23 Jan 2019 10:31:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmKVB-0005wK-AG for emacs-orgmode@gnu.org; Wed, 23 Jan 2019 10:31:41 -0500 Received: from [195.159.176.228] (port=38274 helo=ciao.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gmKVB-0005nW-33 for emacs-orgmode@gnu.org; Wed, 23 Jan 2019 10:31:41 -0500 Received: from list by ciao.gmane.org with local (Exim 4.89) (envelope-from ) id 1gmKGE-000OJG-Hm for emacs-orgmode@gnu.org; Wed, 23 Jan 2019 16:16:14 +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 Eric S Fraga writes: > On Tuesday, 22 Jan 2019 at 23:52, Nicolas Goaziou wrote: >> I cannot reproduce it. E.g., >> Would you have an ECM? > > Strangely, with attached ECM and emacs -Q, I have this problem. See > attached resulting LaTeX. > > Thanks, Guessing the culprit is c28eb3c2cb904666594e40c1dcae4437d954bde4. It seems that the caption is an empty string but the code tests whether it's nil and since it isn't, it assumes there is a caption and makes it into a floating table. -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler