Hi Sebastian, Sebastian Miele <sebastian.mi...@gmail.com> writes:
> An Org file like > > # -*- lexical-binding: t; -*- > *bold* > > is dispayed as > > # -- lexical-binding: t; -- > bold > > where 'bold' is bold and '- lexical-binding: t; -' is not. Expected: In > comments emphasis marker characters are no emphasis markers and despite > hiding of emphasis markers, something like '# *a*' is still dispayed as > '# *a*'. Indeed. Emphasis markers are not hidden in comments in Org master. Some people may want to hide them here anyway: perhaps we can make the `org-hide-emphasis-markers' option a little more clever. Thanks, -- Bastien