Re: [O] ob-lua.el

2014-05-29 Thread Bastien
Hi Dieter, Dieter Schoen writes: > I already received the confirmation from FSF (the signed PDF), and I have seen > that I have been added to the contributors of org-mode. Please send me your public key and I'll give you access to the repository. When you're done fixing `org-babel-lua-initiate

Re: [O] ob-lua.el

2014-05-26 Thread Dieter Schoen
At Sun, 25 May 2014 07:24:07 +0200, Bastien wrote: > > OK -- I see there are still references to both lua-mode.el and lua.el > (which does not exist) and you need to add a link to the lua-mode.el > github repository. The reference to lua.el should be gone now. Link added. > Okay. Another thing:

Re: [O] ob-lua.el

2014-05-24 Thread Bastien
Hi Dieter, Dieter Schoen writes: > Yes, that was a copy/paste relict from ob-python, I removed the latter > mode reference. OK -- I see there are still references to both lua-mode.el and lua.el (which does not exist) and you need to add a link to the lua-mode.el github repository. >> * See (de

Re: [O] ob-lua.el

2014-05-24 Thread Dieter Schoen
At Sat, 24 May 2014 14:25:05 +0200, Bastien wrote: > > Hi Dieter, > > Dieter Schoen writes: > > > I have my name to the copyright, but left in the name of the authors > > of ob-python.el, as I used that as a template. > > Is that ok? > > Yes -- but I don't see your name anywhere in the file.

Re: [O] ob-lua.el

2014-05-24 Thread Bastien
Hi Dieter, Dieter Schoen writes: > I have my name to the copyright, but left in the name of the authors > of ob-python.el, as I used that as a template. > Is that ok? Yes -- but I don't see your name anywhere in the file. > Another change to the first version is that it's now also possible > t

Re: [O] ob-lua.el

2014-05-24 Thread Dieter Schoen
At Wed, 21 May 2014 09:30:44 +0200, Bastien wrote: > > Hi Dieter, > > Dieter Schoen writes: > > > i have just sent the email to ass...@gnu.org to start the process. > > Great -- let us know how it goes (can take one month.) As I wrote off-list, I received the signed pdf yesterday. > In the m

Re: [O] ob-lua.el

2014-05-21 Thread Bastien
Hi Dieter, Dieter Schoen writes: > i have just sent the email to ass...@gnu.org to start the process. Great -- let us know how it goes (can take one month.) In the meantime, you can fix small things like the authors of the package, the owner of the copyright and such. Thanks for this contribu

Re: [O] ob-lua.el

2014-05-13 Thread Dieter Schoen
At Mon, 12 May 2014 09:26:21 -0600, Eric Schulte wrote: > > This looks good so far. thank you. it's my first published lisp code (although big parts are stolen..) > Does code execution work but it is untested, or has it not been > implemented? Would you suggest adding this now or waiting for co

Re: [O] ob-lua.el

2014-05-12 Thread Eric Schulte
/worg/org-contribute.html Thanks! Eric die...@schoen.or.at writes: > now with attachments, i hope > > > >> Original Message >>From: Dieter Schoen >>To: emacs-orgmode@gnu.org >>Sent: Fri, May 9, 2014, 10:23 PM >>Subject: Re: [O] ob-lua.el >

Re: [O] ob-lua.el

2014-05-09 Thread dieter
now with attachments, i hope > Original Message >From: Dieter Schoen >To: emacs-orgmode@gnu.org >Sent: Fri, May 9, 2014, 10:23 PM >Subject: Re: [O] ob-lua.el > >At Wed, 07 May 2014 00:46:03 +0200, >Bastien wrote: >> >> Hi Dieter, >> &g

Re: [O] ob-lua.el

2014-05-09 Thread Dieter Schoen
At Wed, 07 May 2014 00:46:03 +0200, Bastien wrote: > > Hi Dieter, > > die...@schoen.or.at writes: > > > for a project I need to tangle lua files (including parameters and > > tables), > > and there seems to be no ob-lua.el (yet). > > > > so I shamelessly copied ob-python.el and adapted it to my

Re: [O] ob-lua.el

2014-05-06 Thread John Busch
emacs-orgmode@gnu.org Subject: [O] ob-lua.el hi all, for a project I need to tangle lua files (including parameters and tables), and there seems to be no ob-lua.el (yet). so I shamelessly copied ob-python.el and adapted it to my needs. right now it can tangle lua, also with simple or table param

Re: [O] ob-lua.el

2014-05-06 Thread Bastien
Hi Dieter, die...@schoen.or.at writes: > for a project I need to tangle lua files (including parameters and > tables), > and there seems to be no ob-lua.el (yet). > > so I shamelessly copied ob-python.el and adapted it to my needs. > right now it can tangle lua, also with simple or table paramete

[O] ob-lua.el

2014-05-06 Thread dieter
hi all, for a project I need to tangle lua files (including parameters and tables), and there seems to be no ob-lua.el (yet). so I shamelessly copied ob-python.el and adapted it to my needs. right now it can tangle lua, also with simple or table parameters. if anybody is interested, I can upload it