From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Bug: Comments and Hiding of Emphasis Markers [9.2.6 (release_9.2.6-539-g1fd07c @ /home/w/borg/emacs/org/lisp/)] Date: Tue, 04 Feb 2020 09:53:00 +0100 Message-ID: <87blqebuoj.fsf@gnu.org> References: <874l1594z8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:35914) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iytx9-0006RU-9t for emacs-orgmode@gnu.org; Tue, 04 Feb 2020 03:53:04 -0500 In-Reply-To: <874l1594z8.fsf@gmail.com> (Sebastian Miele's message of "Sat, 21 Sep 2019 13:03:07 +0000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: Sebastian Miele Cc: emacs-orgmode@gnu.org Hi Sebastian, Sebastian Miele 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