Re: [O] ob-lua.el

2014-05-26 Thread Dieter Schoen
ent. 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. Kind regards, Dieter ;;; ob-lua.el --- org-babel functions for lua evaluation ;; Copyright (C) 2009-2014 Free Software Foundation, Inc. ;; Authors: Dieter Sc

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 d

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 sign

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] new to drawers

2014-05-10 Thread Dieter Schoen
At Sun, 11 May 2014 00:38:15 +0200, Dieter Schoen wrote: > > e.g. > (setq org-drawers '("PROPERTIES" "CLOCK" "LOGBOOK" "RESULTS" "test2")) > > or add it to the file's headers: > #+DRAWERS: HIDDEN STATE PROPERTIES

Re: [O] new to drawers

2014-05-10 Thread Dieter Schoen
At Sat, 10 May 2014 12:11:53 -0700, Steven Arntson wrote: > > I'm having trouble getting drawers to collapse, and am wondering if I'm > misunderstanding their nature. I make an active region in an org-mode > doc on, for instance, "sample text" and invoke C-c C-x d, which invites > me to name the d

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