From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Monnier Subject: Re: Fontification of org code block not printed Date: Tue, 29 Jul 2014 05:38:36 -0400 Message-ID: References: <20140728160232.GG17977@pille.home> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: <20140728160232.GG17977@pille.home> (Stefan-W. Hahn's message of "Mon, 28 Jul 2014 18:02:32 +0200") List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org To: "Stefan-W. Hahn" Cc: emacs-orgmode@gnu.org, emacs-devel@gnu.org List-Id: emacs-orgmode.gnu.org > I'm sure that this is not what I expect but I'm not sure if this is a fault > in ps-def.el or org.el. Because of this I send this to both mailing lists to > get help before sending an error report. It's a problem in the ps-def.el code which handles the `face' property in a "naive" way: it fails to merge the various active face properties (from the various overlays and the text-property). Stefan