From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id yJ+cHibGVV/LHwAA0tVLHw (envelope-from ) for ; Mon, 07 Sep 2020 05:33:26 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id EJueGibGVV9+WAAA1q6Kng (envelope-from ) for ; Mon, 07 Sep 2020 05:33:26 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id F0190940309 for ; Mon, 7 Sep 2020 05:33:25 +0000 (UTC) Received: from localhost ([::1]:41870 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kF9mN-0003bE-1C for larch@yhetil.org; Mon, 07 Sep 2020 01:33:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59826) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kF9m1-0003ar-7I for emacs-orgmode@gnu.org; Mon, 07 Sep 2020 01:33:01 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:35650) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kF9lz-00067V-O3; Mon, 07 Sep 2020 01:33:00 -0400 Received: from lns-bzn-32-82-254-31-120.adsl.proxad.net ([82.254.31.120]:45674 helo=guerry) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1kF9lz-0000ow-6y; Mon, 07 Sep 2020 01:32:59 -0400 Received: by guerry (Postfix, from userid 1000) id 2CC451A60D70; Mon, 7 Sep 2020 07:32:57 +0200 (CEST) From: Bastien To: =?utf-8?Q?S=C3=A9bastien?= Miquel Subject: Re: Bug: org-block face isn't applied to special blocks Organization: GNU References: <42749c98-ddfe-bad4-43a5-1119e24972bd@posteo.eu> <87tuwdh62n.fsf@gnu.org> Date: Mon, 07 Sep 2020 07:32:57 +0200 In-Reply-To: (=?utf-8?Q?=22S=C3=A9bastien?= Miquel"'s message of "Fri, 4 Sep 2020 19:47:36 +0200") Message-ID: <878sdmqhh2.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: emacs-orgmode@gnu.org Errors-To: emacs-orgmode-bounces+larch=yhetil.org@gnu.org Sender: "Emacs-orgmode" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of emacs-orgmode-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=emacs-orgmode-bounces@gnu.org X-Spam-Score: -1.01 X-TUID: uwIKPjyTHf+D Hi S=C3=A9bastien S=C3=A9bastien Miquel writes: > Hi Bastien, > > With latest org-mode master, and emacs -q, > run (defface org-block '((t (:background "#494949" :extend t))) "")=20 > before loading org-mode, > then visit an org buffer containing the three following blocks. > > When I do so, the org-block face only gets applied to the src block, and= =20 > not to the quote block, nor the special block. Fixed in maint, as 7769518f3. Thanks for the report again, --=20 Bastien