From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: BUG: org-block face not working Date: Tue, 28 Apr 2015 22:06:03 +0200 Message-ID: <874mo0kogk.fsf@nicolasgoaziou.fr> References: <87zj5smwk1.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnBkI-0000IT-2A for emacs-orgmode@gnu.org; Tue, 28 Apr 2015 16:04:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YnBkH-0000SE-9D for emacs-orgmode@gnu.org; Tue, 28 Apr 2015 16:04:42 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:57103) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YnBkH-0000Q9-3o for emacs-orgmode@gnu.org; Tue, 28 Apr 2015 16:04:41 -0400 In-Reply-To: <87zj5smwk1.fsf@gmail.com> (Michal Koval's message of "Tue, 28 Apr 2015 11:28:14 +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: Michal Koval Cc: emacs-orgmode@gnu.org 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. > > What could be of some help is that when I type #+BEGIN_SRC > > #+END_SRC > > with the correct background face in the block specified in my theme. > But, when I type in a language (typing one non-blank character after > BEGIN_SRC is enough), the face inside the block changes to the Emacs > default one. > e.g. > #+BEGIN_SRC python > > #+END_SRC 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. Regards, -- Nicolas Goaziou