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
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
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
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
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
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
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