From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel,gmane.emacs.orgmode Subject: Re: Fontification of org code block not printed Date: Mon, 28 Jul 2014 18:57:37 +0200 Message-ID: <87lhrdtmyq.fsf@bzg.ath.cx> References: <20140728160232.GG17977@pille.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1406569989 8597 80.91.229.3 (28 Jul 2014 17:53:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 28 Jul 2014 17:53:09 +0000 (UTC) Cc: emacs-orgmode@gnu.org, emacs-devel@gnu.org To: "Stefan-W. Hahn" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 28 19:53:04 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XBp6d-0005ce-HT for ged-emacs-devel@m.gmane.org; Mon, 28 Jul 2014 19:53:03 +0200 Original-Received: from localhost ([::1]:41573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBp6d-0003Y8-5m for ged-emacs-devel@m.gmane.org; Mon, 28 Jul 2014 13:53:03 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60141) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBogB-0007yG-98 for emacs-devel@gnu.org; Mon, 28 Jul 2014 13:25:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBofq-00061a-NO for emacs-devel@gnu.org; Mon, 28 Jul 2014 13:25:43 -0400 Original-Received: from mail-s76.mailgun.info ([184.173.153.204]:60690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBofq-0005zT-J7 for emacs-devel@gnu.org; Mon, 28 Jul 2014 13:25:22 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=bzg.fr; q=dns/txt; s=pic; t=1406568322; h=From: To: Cc: Subject: In-Reply-To: Date: References: Message-Id: Mime-Version: Content-Type: Sender; bh=IV7rWScWZ3PWr4axQv4q9syCNGj+ay0H7M+4bbUyv+E=; b=YkAE4ypmFG0P6uLymwvw0WQv8DqlpBOKugaP8lpDmTvjpbRKzIDOnCU/HCLoyvkGEQjKUzEC d8rPH4UBW2UcmVB1q8HPrWxlTplN4iIrz4vkBtbesEbdkkcEZwSEhWfYXiZvD0Sk3QGpEOma x7AoKWQ2KQz0M3Dlt9MTlR9MEqQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bzg.fr; s=pic; q=dns; h=From: To: Cc: Subject: In-Reply-To: Date: References: Message-Id: Mime-Version: Content-Type: Sender; b=I+dPRh9pN8sNj3wz/ApPlt8X3GVZiY4BAq44DS4gVMCgMgFxDI+LscyKVfb2xJnh/CoLzP kxpGBMCfVNlki3WWTSCb394h/4yX0ElpanQ7UYpOOvCHe2eGhDda+UnrFFR8yJ+VpNKzzwiL T3aoP+xO6uWwSo4etwoVXxs5/Upj4= Original-Received: from bzg.localdomain (mar75-2-81-56-68-112.fbx.proxad.net [81.56.68.112]) by mxa.mailgun.org with ESMTP id 53d6877f.4be59d0-in3; Mon, 28 Jul 2014 17:25:19 -0000 (UTC) Original-Received: by bzg.localdomain (Postfix, from userid 1000) id F06281C20307; Mon, 28 Jul 2014 19:25:17 +0200 (CEST) In-Reply-To: <20140728160232.GG17977@pille.home> (Stefan-W. Hahn's message of "Mon, 28 Jul 2014 18:02:32 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-Mailgun-Sid: WyI1MmRkZCIsICJlbWFjcy1kZXZlbEBnbnUub3JnIiwgImE1MmJhIl0= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 184.173.153.204 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:173218 gmane.emacs.orgmode:89070 Archived-At: Hi Stefan, thanks for the thorough analysis. "Stefan-W. Hahn" writes: > 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. This is the fault of Org. I fixed this in master by removing `org-block-background'. This is radical but I think this is really better: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=f8b42e8 Sebastien, let's think about another way of getting a color for the background, if that's really needed. -- Bastien