From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id LE3pIGCe9F/vAQAA0tVLHw (envelope-from ) for ; Tue, 05 Jan 2021 17:14:08 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id sPVHHGCe9F/RUwAA1q6Kng (envelope-from ) for ; Tue, 05 Jan 2021 17:14:08 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D57239404C9 for ; Tue, 5 Jan 2021 17:14:07 +0000 (UTC) Received: from localhost ([::1]:33704 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kwpuI-0000Xu-L8 for larch@yhetil.org; Tue, 05 Jan 2021 12:14:06 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:46856) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kwpqI-0003WA-0x for emacs-orgmode@gnu.org; Tue, 05 Jan 2021 12:09:58 -0500 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:36673) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kwpqE-0004Zv-Fm for emacs-orgmode@gnu.org; Tue, 05 Jan 2021 12:09:57 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 688831C0009; Tue, 5 Jan 2021 17:09:48 +0000 (UTC) From: Nicolas Goaziou To: Kaushal Modi Subject: Re: Regression in table.el detection? [maint] References: <87czyjzz6x.fsf@kyleam.com> Mail-Followup-To: Kaushal Modi , Kyle Meyer , emacs-org list Date: Tue, 05 Jan 2021 18:09:46 +0100 In-Reply-To: (Kaushal Modi's message of "Tue, 5 Jan 2021 02:19:18 -0500") Message-ID: <87a6tn9up1.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.70.183.197; envelope-from=mail@nicolasgoaziou.fr; helo=relay5-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Kyle Meyer , emacs-org list Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.34 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Migadu-Queue-Id: D57239404C9 X-Spam-Score: -2.34 X-Migadu-Scanner: scn0.migadu.com X-TUID: 8aORJO1FAFef Hello, Kaushal Modi writes: > I was able to reproduce with issue with ox-html as well. > > Please copy paste this in a new temp.org file and run `C-c C-e h H': > > * Subtree 1 > +----------+----------+----------+ > | Header 1 | Header 2 | Header 3 | > +----------+----------+----------+ > | a | b | c | > +----------+----------+----------+ > | d | e | f | > +----------+----------+----------+ > * Subtree 2 > > > The issue is when the "* Subtree 2" begins in the very next line after that > last line of table.el table ending in "--+". Oops. Fixed. Thank you. Regards, -- Nicolas Goaziou