emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Possible bug rendering html lines


From: Carsten Dominik
Subject: Re: [Orgmode] Possible bug rendering html lines
Date: Fri, 18 Jul 2008 11:50:13 -0700


I cannot reproduce this.  What I am getting is this:

<div "width:100px;">
<p>
<img src="../images/mode.gif"/>
</div>
</p></div>
</div>

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
<div "width:100px;">
<img src="../images/mode.gif"/>
</div>
#+END_HTML



HTH

- Carsten

On Jul 18, 2008, at 11:00 AM, Richard G Riley wrote:


#+HTML: <div "width:100px;">
 [[../images/mode.gif]]
#+HTML: </div>


produces this as the html export:

<div width:100px;="">
<p>
<img src="../images/mode.gif"/>
</p>
</div>

Am I missing some sort of escape requirements?

6.06pre1


_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





reply via email to

[Prev in Thread] Current Thread [Next in Thread]