From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Possible bug rendering html lines Date: Fri, 18 Jul 2008 11:50:13 -0700 Message-ID: References: Mime-Version: 1.0 (Apple Message framework v924) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KJv24-0007F2-5C for emacs-orgmode@gnu.org; Fri, 18 Jul 2008 14:50:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KJv21-0007E9-Mf for emacs-orgmode@gnu.org; Fri, 18 Jul 2008 14:50:19 -0400 Received: from [199.232.76.173] (port=54499 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJv21-0007E6-Gk for emacs-orgmode@gnu.org; Fri, 18 Jul 2008 14:50:17 -0400 Received: from korteweg.uva.nl ([146.50.98.70]:23951) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KJv21-0002rJ-6C for emacs-orgmode@gnu.org; Fri, 18 Jul 2008 14:50:17 -0400 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: Richard G Riley Cc: org-mode I cannot reproduce this. What I am getting is this:

So there is not quoting problem here. However, there is a problem with the div stacking, these things are very hard to fix, and I do not recommend to use the HTML quotes to insert single div tags. Better in this case is propably to insert the full HTML section you need, like #+BEGIN_HTML
#+END_HTML HTH - Carsten On Jul 18, 2008, at 11:00 AM, Richard G Riley wrote: > > #+HTML:
> [[../images/mode.gif]] > #+HTML:
> > > produces this as the html export: > >
>

> >

>
> > Am I missing some sort of escape requirements? > > 6.06pre1 > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode