From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [PATCH] ox-html: add option to restore old src block behaviour? Date: Sun, 13 Oct 2019 09:30:04 +0200 Message-ID: <87d0f1cdc3.fsf@nicolasgoaziou.fr> References: <87h8553kwm.fsf@informationelle-selbstbestimmung-im-internet.de> <87eezneg76.fsf@nicolasgoaziou.fr> <87wodfozc9.fsf@informationelle-selbstbestimmung-im-internet.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:46285) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iJYKX-0002pE-Ed for emacs-orgmode@gnu.org; Sun, 13 Oct 2019 03:30:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iJYKW-0007Wk-GJ for emacs-orgmode@gnu.org; Sun, 13 Oct 2019 03:30:17 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:37467) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iJYKU-0007VB-L0 for emacs-orgmode@gnu.org; Sun, 13 Oct 2019 03:30:16 -0400 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 40B21240004 for ; Sun, 13 Oct 2019 07:30:11 +0000 (UTC) In-Reply-To: <87wodfozc9.fsf@informationelle-selbstbestimmung-im-internet.de> (Jens Lechtenboerger's message of "Tue, 08 Oct 2019 20:40:22 +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" To: emacs-orgmode@gnu.org Hello, Jens Lechtenboerger writes: > Subject: [PATCH] ox-html: Control wrapping of source lines > > * lisp/ox-html.el (org-html-format-code, org-html-do-format-code): > Use new export option :html-wrap-src-lines with variable > org-html-wrap-src-lines to control whether source code lines should > be wrapped in code elements or not. > * doc/org-manual.org: Document the new option Applied. Would you mind adding an ORG-NEWS entry about it? Thank you. Regards, -- Nicolas Goaziou