Hello, Marcin Borkowski <mb...@mbork.pl> writes:
> On 2018-06-06, at 09:54, Chris <a...@xkqr.org> wrote: > >> * Problem >> >> There needs to be a way to coax Org into interpreting something as an >> emphasis marker, even if it ordinarily would not look like it (for >> example, because it is in the middle of a regular word, when putting >> emphasis on only part of a word.) >> >> * Suggested Solution >> >> Include the Unicode zero width no-break space character (U+feff) in >> both ~pre~ and ~post~ sections of ~org-emphasis-regexp-components~. > > +1 This is already the case. PRE and POST parts of `org-emphasis-regexp-components' contain "[:space:]", which matches zero width space. Regards, -- Nicolas Goaziou