Re: [O] ob-lua

2016-09-07 Thread Thibault Marin
Hi, I have received the FSF papers. Thanks thibault Nicolas Goaziou writes: > Hello, > > Thibault Marin writes: > >> I have just submitted the FSF papers. > > Great! Please let me know when the whole process is done. > > Thank you.

Re: [O] ob-lua

2016-09-01 Thread Nicolas Goaziou
Hello, Thibault Marin writes: > I have just submitted the FSF papers. Great! Please let me know when the whole process is done. Thank you. -- Nicolas Goaziou

Re: [O] ob-lua

2016-08-30 Thread Thibault Marin
Thanks, I have just submitted the FSF papers. Best, thibault Nicolas Goaziou writes: > Hello, > > Thibault Marin writes: > >> I am attaching an updated patch adding the Lua language to the CSS in >> `org-html-style-default'. > > Patches applied. Thank you. > > Would you consider signing FSF p

Re: [O] ob-lua

2016-08-29 Thread Nicolas Goaziou
Hello, Thibault Marin writes: > I am attaching an updated patch adding the Lua language to the CSS in > `org-html-style-default'. Patches applied. Thank you. Would you consider signing FSF papers if not already done? Regards, -- Nicolas Goaziou

Re: [O] ob-lua

2016-08-23 Thread Thibault Marin
Hi, Thibault Marin writes: >>> The attached patch (using git format-patch) is adding test-ob-lua.el and >>> ob-lua.el. My contribution to ob-lua.el is only a tiny patch on top of >>> Dieter's ob-lua.el but it appears as a new file in the patch, since >>> ob-lua.el is not currently in the reposi

Re: [O] ob-lua

2016-08-22 Thread Thibault Marin
>> The attached patch (using git format-patch) is adding test-ob-lua.el and >> ob-lua.el. My contribution to ob-lua.el is only a tiny patch on top of >> Dieter's ob-lua.el but it appears as a new file in the patch, since >> ob-lua.el is not currently in the repository. > > That is not a problem.

Re: [O] ob-lua

2016-08-22 Thread Nicolas Goaziou
Hello, Thibault Marin writes: > The attached patch (using git format-patch) is adding test-ob-lua.el and > ob-lua.el. My contribution to ob-lua.el is only a tiny patch on top of > Dieter's ob-lua.el but it appears as a new file in the patch, since > ob-lua.el is not currently in the repository.

Re: [O] ob-lua

2016-08-21 Thread Thibault Marin
>From bd6e5cf8e11fc87b0e4219b7378d43ddf69de7f1 Mon Sep 17 00:00:00 2001 From: thibault Date: Sun, 21 Aug 2016 20:43:37 -0500 Subject: [PATCH] ob-lua.el: Add lua support to org-babel * contrib/lisp/ob-lua.el: Resurrect ob-lua.el from https://lists.gnu.org/archive/html/emacs-orgmode/2014-05/msg0114

Re: [O] ob-lua

2016-08-21 Thread Nicolas Goaziou
Hello, Thibault Marin writes: > I have updated the patch to use `org-babel--get-vars' as suggested. I > also have replaced `org-babel-trim' by `org-trim' (as advised in > ORG-NEWS) and replaced the `case' statement by a `pcase' (I used > ob-python.el for reference). Please let me know if these

Re: [O] ob-lua

2016-08-20 Thread Thibault Marin
>> There may be a better way to do it, but it seems to work. > > In this case, `org-babel-get-header' should be replaced with > `org-babel--get-vars', per ORG-NEWS. Thanks, it is much better. >> So my question is: could this be considered for a merge? The code does >> not seem to support sessio

Re: [O] ob-lua

2016-08-20 Thread Nicolas Goaziou
Hello, Thibault Marin writes: > I was looking for lua support in source blocks and I came across this > discussion: > https://lists.gnu.org/archive/html/emacs-orgmode/2014-05/msg01149.html. It > seems that this was never merged, but I am not sure why. It looks like Bastien was waiting for a fo

[O] ob-lua

2016-08-19 Thread Thibault Marin
Hi list, I was looking for lua support in source blocks and I came across this discussion: https://lists.gnu.org/archive/html/emacs-orgmode/2014-05/msg01149.html. It seems that this was never merged, but I am not sure why. Trying to use the ob-lua.el file linked, it appears to be working for my