From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: a small bug in ob-lua.el Date: Sat, 12 Jan 2019 15:39:01 -0500 Message-ID: <87h8edwqze.fsf@kyleam.com> References: <437921843.11633137.1546105714093.ref@mail.yahoo.com> <437921843.11633137.1546105714093@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]:43777) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1giQ5j-00013g-6G for emacs-orgmode@gnu.org; Sat, 12 Jan 2019 15:41:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1giQ3g-0004HD-AQ for emacs-orgmode@gnu.org; Sat, 12 Jan 2019 15:39:10 -0500 Received: from pb-smtp20.pobox.com ([173.228.157.52]:53977) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1giQ3g-0004Di-1E for emacs-orgmode@gnu.org; Sat, 12 Jan 2019 15:39:08 -0500 In-Reply-To: <437921843.11633137.1546105714093@mail.yahoo.com> 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 , Org-mode Hello, Brad Knotwell writes: > Hello all-- > > I've been using the babel integration with Lua and it has a bug worth > noting--multi-line header argument variables that are tangled to a > file will be tangled in a way lua doesn't interpret correctly. =C2=A0To u= se > a specific example: > [...] > The following trivial patch resolves it and tangles to a file that Lua > can evaluate: Thanks for the report and suggested fix. Could you add a commit message (and perhaps a test to test-ob-lua.el) and send a patch generated with 'git format-patch'? More guidelines on contributing are here: https://orgmode.org/worg/org-contribute.html#org31412be --=20 Kyle