From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: resend of a patch for ob-lua.el Date: Tue, 22 Jan 2019 09:05:07 +0100 Message-ID: <8736plglsc.fsf@nicolasgoaziou.fr> References: <1530980378.1568524.1548139325432.ref@mail.yahoo.com> <1530980378.1568524.1548139325432@mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:41159) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1glr3a-0003F6-5P for emacs-orgmode@gnu.org; Tue, 22 Jan 2019 03:05:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1glr3X-0002XW-Sj for emacs-orgmode@gnu.org; Tue, 22 Jan 2019 03:05:14 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:49747) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1glr3X-0002VE-HV for emacs-orgmode@gnu.org; Tue, 22 Jan 2019 03:05:11 -0500 In-Reply-To: <1530980378.1568524.1548139325432@mail.yahoo.com> (Brad Knotwell's message of "Tue, 22 Jan 2019 06:42:05 +0000 (UTC)") 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: Brad Knotwell Cc: Org-mode Hello, Brad Knotwell writes: > It looks like my original patch was never integrated. =C2=A0The code below > makes tangling multi-line variable work by using Lua's multi-line > string syntax ([=3D[ ... ]=3D]) instead of the python-like but invalid > """. > Likewise, it doesn't change the single line behavior. > Testing is pretty straightforward: =C2=A0pass a multi-line variable in as > a header argument, tangle the file and try to load it. =C2=A0Before =3D=3D > syntax error and after =3D=3D code loads and runs. Thank you! Would you mind sending it using git format-patch command, along with a proper commit message? Also, free to write a regression test about it :) Regards, --=20 Nicolas Goaziou