From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Blank lines in literal html Date: Mon, 03 Dec 2007 14:06:59 -0500 Message-ID: <475453D3.30604@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzGdM-0003ju-CS for emacs-orgmode@gnu.org; Mon, 03 Dec 2007 14:07:12 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzGdK-0003hC-HL for emacs-orgmode@gnu.org; Mon, 03 Dec 2007 14:07:11 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzGdK-0003h9-DD for emacs-orgmode@gnu.org; Mon, 03 Dec 2007 14:07:10 -0500 Received: from py-out-1112.google.com ([64.233.166.182]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IzGdJ-0002zk-Vc for emacs-orgmode@gnu.org; Mon, 03 Dec 2007 14:07:10 -0500 Received: by py-out-1112.google.com with SMTP id a73so7234013pye for ; Mon, 03 Dec 2007 11:07:06 -0800 (PST) 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 Hi, Sometimes I use "htmlize" to convert a section of my buffer into html and then insert it into my org file with "#+BEGIN_HTML" and "#+END_HTML". One thing I noticed is the blank lines in the original text is "amplified". For example, I have a section like this in my org file: #+BEGIN_HTML
Line 1

Line 2 with a blank line in between
#+END_HTML When I export the above to a html file, there are actaully 3 blank lines between my "Line 1" and "Line 2". Is the above a bug or I mis-configured something? Thank you very much. Wanrong