Hello, Ruijie Yu via "General discussions about Org-mode." writes: > Hello, > > I am working on a piece of CJK text, which requires italicization. > > 任何一个章节可以通过增加例如 =TODO= 或者 =HOLD= 等关键词来被设置成 /待办/ 。 > > > Note the spaces before and after the pair of `?/'. … > Are there any other solutions than what I have currently? You could try using a ZERO WIDTH SPACE around the expression, like this: 任何一个章节可以通过增加例如 =TODO= 或者 =HOLD= 等关键词来被设置成​/待办/​ You can insert it with M-x insert-char RET ZERO WIDTH SPACE I’m not sure how well it works with the different export backends, though. For LaTeX you may need to define the right way to export it with #+latex_header: \DeclareUnicodeCharacter{200B}{\allowbreak } (if you want to allow linebreaks here, otherwise a better fitting LaTeX command that does not look like a space) Best wishes, Arne -- Unpolitisch sein heißt politisch sein, ohne es zu merken. draketo.de