From mboxrd@z Thu Jan 1 00:00:00 1970 From: D Subject: Re: Weird face behavior with org-hide-emphasis-markers enabled Date: Wed, 5 Feb 2020 00:30:18 +0100 Message-ID: <7a6d6ae0-7fe2-702d-055b-b4c1eca93eda@posteo.net> References: <874kw63pkx.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48768) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iz7eC-0004XA-5E for emacs-orgmode@gnu.org; Tue, 04 Feb 2020 18:30:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iz7eB-0007iT-01 for emacs-orgmode@gnu.org; Tue, 04 Feb 2020 18:30:23 -0500 Received: from mout02.posteo.de ([185.67.36.66]:36469) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iz7eA-0007fP-Fx for emacs-orgmode@gnu.org; Tue, 04 Feb 2020 18:30:22 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id ADC2E2400FB for ; Wed, 5 Feb 2020 00:30:20 +0100 (CET) In-Reply-To: <874kw63pkx.fsf@gnu.org> Content-Language: en-US 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: Bastien , emacs-orgmode@gnu.org > Can you provide an emacs and org version, the value of the variables > at stake and an reproducible example? Hi, naturally, I just wasn't at all sure I just overlooked something obvious and it's actually common knowledge. Naturally, using emacs -Q GNU Emacs 26.3 (build 1, x86_64-redhat-linux-gnu, GTK+ Version 3.24.13) of 2019-12-10 Org mode version 9.1.9 (release_9.1.9-65-g5e4542) minimal setup: (setq org-hide-emphasis-markers t) (set-face-attribute 'org-code nil :box '(:line-width 1)) an example file mwe.org: ~sample text~ This reproduces the issue reliably. Cheers, D.