From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanrong Lin Subject: Re: Blank lines in literal html Date: Mon, 17 Dec 2007 22:00:57 -0500 Message-ID: <476737E9.8060400@gmail.com> References: <475453D3.30604@gmail.com> <4756FC88.1050701@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 1J4Shf-0003WC-8e for emacs-orgmode@gnu.org; Mon, 17 Dec 2007 22:01:07 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J4Shd-0003VY-VR for emacs-orgmode@gnu.org; Mon, 17 Dec 2007 22:01:06 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J4Shd-0003VQ-CE for emacs-orgmode@gnu.org; Mon, 17 Dec 2007 22:01:05 -0500 Received: from py-out-1112.google.com ([64.233.166.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J4Shd-0003xf-7k for emacs-orgmode@gnu.org; Mon, 17 Dec 2007 22:01:05 -0500 Received: by py-out-1112.google.com with SMTP id a73so6474892pye.14 for ; Mon, 17 Dec 2007 19:01:03 -0800 (PST) In-Reply-To: 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 Thanks a lot for looking at this and explaining what is the true cause. Look forward to the fixed version. Wanrong > Hi Wanrong, > > thanks for this patch - it is not the correct fix in this case, it is an issue > having to do with the fact that an empty line cannot hold text properties, > and that orgmode marks lines that are protected from processing by > putting a text property on it. In this case, the fix is to continue the > loop looking for additional protected lines until the first non-empty, > unprotected line is found. I am fixing this in the next release. > > Bastien, thanks for your input on this as well. > > - Carsten > >