From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michal Koval Subject: Re: BUG: org-block face not working Date: Wed, 29 Apr 2015 07:44:22 +0200 Message-ID: <87y4lbjxop.fsf@gmail.com> References: <87zj5smwk1.fsf@gmail.com> <874mo0kogk.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42866) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnKoB-0006zJ-Ul for emacs-orgmode@gnu.org; Wed, 29 Apr 2015 01:45:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnKo6-00066C-M3 for emacs-orgmode@gnu.org; Wed, 29 Apr 2015 01:45:19 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:34867) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnKo6-00065f-Bm for emacs-orgmode@gnu.org; Wed, 29 Apr 2015 01:45:14 -0400 Received: by widdi4 with SMTP id di4so165912886wid.0 for ; Tue, 28 Apr 2015 22:45:13 -0700 (PDT) In-Reply-To: <874mo0kogk.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Tue, 28 Apr 2015 22:06:03 +0200") 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.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hello, On 04/28/15 22:06 PM, Nicolas Goaziou wrote: > Hello, > > Michal Koval writes: > >> recently I switched from maint to master (release_8.3beta-1091-g96c533) >> and noticed that org-block face defined in my theme does not work anymore. > > I don't think src blocks ever got `org-block' face. There used to be > a `org-block-background' face for an overlay, however, but it was > removed in commit f8b42e8ebeeecdef59a8a7cbc4324264a5162197. > I see `(defface org-block' in org-faces.el and I see it used it in org.el `org-fontify-meta-lines-and-blocks-1' where the bug probably is. Best regards, Michal