From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Bug: LaTeX export of table with caption broken Date: Thu, 24 Jan 2019 10:02:52 -0500 Message-ID: <87ftti9jz7.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> <87tvhz9zgs.fsf@alphaville.usersys.redhat.com> <87sgxiyxmq.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([209.51.188.92]:54630) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gmgXB-00038E-Lj for emacs-orgmode@gnu.org; Thu, 24 Jan 2019 10:03:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gmgX0-0007Mn-NO for emacs-orgmode@gnu.org; Thu, 24 Jan 2019 10:03:13 -0500 Received: from [195.159.176.226] (port=41636 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gmgX0-0007KJ-CM for emacs-orgmode@gnu.org; Thu, 24 Jan 2019 10:03:02 -0500 Received: from list by blaine.gmane.org with local (Exim 4.89) (envelope-from ) id 1gmgWy-000UIW-1C for emacs-orgmode@gnu.org; Thu, 24 Jan 2019 16:03:00 +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 Nicolas Goaziou writes: > Hello, > > Nick Dokos writes: > >> 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. > > OK. I fixed that, even though I cannot reproduce the issue. > Thank you! Just updated and tested: there is no more floating table without a caption (and there *is* one with a caption). I do wonder why Eric and I could see it and you could not, but some mysteries will remain despite one's best efforts :-) BTW, I also tested the RET/ fix and Bernt's example (checkboxes in a list with M-S-RET - or is it M-S-?) works for me now. Thanks! (again) -- Nick "There are only two hard problems in computer science: cache invalidation, naming things, and off-by-one errors." -Martin Fowler