Rasmus wrote:
> Sebastien Vauban writes:
>
>> The HTML rendering is not correct, IMHO.  But, indeed, the spaces are
>> well in the HTML generated by Org, but then eaten by the browser...
>>
>> Not sure what's the solution if one wants the spaces preserved in the
>> displayed page...
>
> On my system the spaces are displayed in the browser.  Org-mode
> version 8.3beta (release_8.3beta-1065-g99609a @
> /usr/share/emacs/site-lisp/org/) Produced code from emacs -q:
>
> <p class="verse">
> In a verse,<br  />
> &#xa0;&#xa0;&#xa0;indentation should be<br  />
> preserved.<br  />
> </p>
> </div>

The above A0 is the Unicode for `nbsp', right?

I do have:

--8<---------------cut here---------------start------------->8---
<p class="verse">
In a verse,<br />
   indentation should be<br />
preserved.<br /></p>
--8<---------------cut here---------------end--------------->8---

instead with Org-mode version 8.3beta (release_8.3beta-1063-g2bdc66).

Not sure why this difference, then...

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to