Kaushal Modi writes: > Hello, > > There has been a recent regression in table.el detection. > > Earlier, this used to be detected as a table.el table, but now it's not > (entirely): > > > +----------+----------+----------+ > | Header 1 | Header 2 | Header 3 | > +----------+----------+----------+ > | a | b | c | > +----------+----------+----------+ > | d | e | f | > +----------+----------+----------+
> Before: Exporting that table to html, I see "Before" on release_9.4.4, maint (273391c97), and master (00b4de329). You're able to trigger the issue with a vanilla configuration on maint?