From mboxrd@z Thu Jan 1 00:00:00 1970 From: lanas Subject: html: handling new lines Date: Wed, 5 Mar 2008 19:06:14 -0500 Message-ID: <20080305190614.5105032d@mistral.stie> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JX3cs-0002xW-Jo for emacs-orgmode@gnu.org; Wed, 05 Mar 2008 19:06:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JX3cq-0002vG-KT for emacs-orgmode@gnu.org; Wed, 05 Mar 2008 19:06:21 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JX3cq-0002ux-Bg for emacs-orgmode@gnu.org; Wed, 05 Mar 2008 19:06:20 -0500 Received: from ms.securenet.net ([205.236.147.20]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JX3cq-0003I8-2t for emacs-orgmode@gnu.org; Wed, 05 Mar 2008 19:06:20 -0500 Received: from localhost (localhost [127.0.0.1]) by ms.securenet.net (Postfix) with ESMTP id B2B1B5C51E for ; Wed, 5 Mar 2008 19:06:16 -0500 (EST) Received: from ms.securenet.net ([127.0.0.1]) by localhost (ms.securenet.net [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pCJEUWuDJkYq for ; Wed, 5 Mar 2008 19:06:16 -0500 (EST) Received: from mistral.stie (mtl-pppoe-adsl1229.securenet.net [64.18.74.213]) by ms.securenet.net (Postfix) with ESMTP id D9B765C1BA for ; Wed, 5 Mar 2008 19:06:15 -0500 (EST) 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: org-mode list Hello, Is it possible for orgmode to observe the actual newlines inserted into the org file when exporting to html ? By this I mean: - [ ] First item - [ ] Second item NOTES on the second item - [ ] Third item The 'NOTES' line, in the html version, will not have an empty line between it and the above list item. This could be done: - [ ] First item - [ ] Second item @

NOTES on the second item But then the 'NOTES' will begin at the first column, without any leading spaces, which is not as nice. If there's an option or a way to preserve empty lines and leading spaces in the html version of a document, please let me know. Cheers, Al