From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] Fontify inline source blocks when exporting to HTML Date: Mon, 15 May 2017 18:29:59 +0200 Message-ID: <87inl2xeuw.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dAIsq-0003uC-PG for emacs-orgmode@gnu.org; Mon, 15 May 2017 12:30:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dAIsn-0001mX-L5 for emacs-orgmode@gnu.org; Mon, 15 May 2017 12:30:08 -0400 Received: from relay7-d.mail.gandi.net ([2001:4b98:c:538::200]:41287) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dAIsn-0001kq-Es for emacs-orgmode@gnu.org; Mon, 15 May 2017 12:30:05 -0400 In-Reply-To: (Nicolas Berthier's message of "Mon, 15 May 2017 16:35:52 +0100") 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" To: Nicolas Berthier Cc: emacs-orgmode@gnu.org Hello, Nicolas Berthier writes: > Inline source code blocks are not fontified by the HTML backend anymore > (I have a document with such code blocks that exported fine two years > ago, with Org 7 or 8 I think). After a quick investigation, it happens I "fixed" this in b7c144a104641c2680ec8bd1f3092698fcca038c. > * lisp/ox-html.el (org-html-inline-src-block): Fontify inline source > blocks. Applied. Thank you. Regards, -- Nicolas Goaziou