Re: [Orgmode] [PATCH] unicode nbsp in org-emphasis-regexp-components

2010-10-24 Thread Carsten Dominik
Hi Lukasz, I am aftraid that this will break flavors of Emacs which do not support unicode characters, like Emacs 22. Org-mode still supports Emacs 22. And I do not know how to write this in a way that it will remaind compatible. Do you? - Carsten On Oct 23, 2010, at 12:39 AM, Łukasz Stelmach

[Orgmode] [PATCH] unicode nbsp in org-emphasis-regexp-components

2010-10-22 Thread Łukasz Stelmach
Hi. The Unicode contains a NON-BREAK SPACE character at position 0xA0. IMHO org-mode's emphasis code should by default treat this (any other?) character the same as normal space. When i write: It was a /big bang/. I'd like the "big bang" to be put in italic especially when exported to HTML.