From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Different exporters behave differently re exporter-specific lines Date: Tue, 29 Oct 2019 18:19:07 +0100 Message-ID: <875zk731x0.fsf@nicolasgoaziou.fr> References: <87a79jy99x.fsf@thb.lt> <87imo735tx.fsf@nicolasgoaziou.fr> <877e4ny11j.fsf@thb.lt> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:60951) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iPV9H-0006zU-FH for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 13:19:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iPV9G-00042O-4C for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 13:19:15 -0400 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:51983) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iPV9F-000416-UY for emacs-orgmode@gnu.org; Tue, 29 Oct 2019 13:19:14 -0400 In-Reply-To: <877e4ny11j.fsf@thb.lt> (Thibault Polge's message of "Tue, 29 Oct 2019 17:22:16 +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: Thibault Polge Cc: emacs-orgmode@gnu.org Thibault Polge writes: > As you can see, the LaTeX PDFs have everything in a single line, the > HTML output displays four separate paragraphs. This is because the definition of a paragraph in HTML, or LaTeX,isn't the same as in Org. In this particular case, HTML matches Org definition. LaTeX is more lax. Regards,