Hi! >>> Currently, org syntax doesn't officially seem to support intra-word >>> emphasis. Am I missing something? >> >> intra-*word* works just fine for me. >> >> Best, >> Ihor > > I think what Denis is referring to is a construction of the type > *intra*word, which, if I'm not mistaken, is not supported and can only > be achieved by inserting a zero width space.
Is there a recommended way to insert a zero with space? BTW occasionally I use (defun mw-insert-zero-width-whitespace () "Insert a space with zero width." (interactive) (insert ?\x200B)) Thanks and ciao, -- Marco