While doing html-export in org-mode, multiple spaces are compressed to a single space. Is there a way to change this default behaviour. (I do not wish to replace extra spaces with nbsp)

link|improve this question

40% accept rate
4  
You may want to work on your accept rate to improve the enticement of getting goods answers. While at it you may want to vote up any good answers to any of your questions too. – N.N. Feb 20 at 8:47
What context are you trying to preserve the spaces in? Certain types of blocks in Org maintain spacing so those might be the solution, but it would depend just what sort of content you're trying to keep with the additional spaces left in. – Jonathan Leech-Pepin Feb 20 at 23:20
feedback

1 Answer

I just tested this, and org-mode does not appear to delete spaces from the content when using org-export-as-html.

Web browsers, of course, do collapse white-space when rendering HTML.

I suggest you look into the white-space CSS property (the pre-wrap value is probably what you want), along with Org Mode's support for CSS in exported HTML:
M-: (info "(org) CSS support") RET

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.