From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: html: handling new lines Date: Thu, 06 Mar 2008 00:21:01 +0000 Message-ID: <877igg66tu.fsf@bzg.ath.cx> References: <20080305190614.5105032d@mistral.stie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JX3rX-0004or-1v for emacs-orgmode@gnu.org; Wed, 05 Mar 2008 19:21:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JX3rV-0004of-6A for emacs-orgmode@gnu.org; Wed, 05 Mar 2008 19:21:30 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JX3rV-0004oc-13 for emacs-orgmode@gnu.org; Wed, 05 Mar 2008 19:21:29 -0500 Received: from fk-out-0910.google.com ([209.85.128.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JX3rU-0006cU-Ik for emacs-orgmode@gnu.org; Wed, 05 Mar 2008 19:21:28 -0500 Received: by fk-out-0910.google.com with SMTP id 26so1719378fkx.10 for ; Wed, 05 Mar 2008 16:21:27 -0800 (PST) In-Reply-To: <20080305190614.5105032d@mistral.stie> (lanas@securenet.net's message of "Wed, 5 Mar 2008 19:06:14 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi Lanas, lanas writes: > Is it possible for orgmode to observe the actual newlines inserted > into the org file when exporting to html ? Check `org-export-preserve-breaks'. But be aware that you cannot expect all the line breaks to be represented in HTML as they appear in plain text -- you might have to play with the CSS stylesheet to fix this. -- Bastien