Re: [O] [PATCH] Add ob-J.el

2013-12-24 Thread Thomas S. Dye
Aloha Oleh, The documentation looks good. Thanks for this contribution to Org mode. All the best, Tom Oleh writes: > Hi all, > > The doc for ob-J is now available at > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-J.html > > regards, > Oleh > > On Fri, Dec 20, 2013 at 6:22 PM, Tho

Re: [O] [PATCH] Add ob-J.el

2013-12-24 Thread Oleh
Hi all, The doc for ob-J is now available at http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-J.html regards, Oleh On Fri, Dec 20, 2013 at 6:22 PM, Thomas S. Dye wrote: > Aloha Oleh, > > Oleh writes: > >> Hi all, >> >> Here's a patch to add babel support for J. >> I couldn't figure o

Re: [O] [PATCH] Add ob-J.el

2013-12-21 Thread Oleh
> Applied, Thanks! > > I've played with APL but never seriously, however I can see it being a > perfect tool for manipulating Org-mode tables. It's a nice tool, and I wrote this package just to learn J faster. I wrote some time ago a package that takes a range, maps elisp code over it and inserts

Re: [O] [PATCH] Add ob-J.el

2013-12-21 Thread Oleh
Hi Tom, Yes, I'll write the documentation some time soon. regards, Oleh On Fri, Dec 20, 2013 at 6:22 PM, Thomas S. Dye wrote: > Aloha Oleh, > > Oleh writes: > >> Hi all, >> >> Here's a patch to add babel support for J. >> I couldn't figure out how to make ob-J.elc a target for make, >> maybe s

Re: [O] [PATCH] Add ob-J.el

2013-12-20 Thread Thomas S. Dye
Aloha Oleh, Oleh writes: > Hi all, > > Here's a patch to add babel support for J. > I couldn't figure out how to make ob-J.elc a target for make, > maybe someone can fix this. > > regards, > Oleh > Are you willing to draft documentation for ob-J.el? You can find a link for a documentation templ

Re: [O] [PATCH] Add ob-J.el

2013-12-20 Thread Eric Schulte
Applied, Thanks! I've played with APL but never seriously, however I can see it being a perfect tool for manipulating Org-mode tables. If you have time to put some documentation up on Worg as a new [1] linked from [2] that'd be great. I added ob-J to the org-babel-load-languages customization va

Re: [O] [PATCH] Add ob-J.el

2013-12-20 Thread Bastien
Hi Oleh, Oleh writes: > Here's a patch to add babel support for J. Thanks. Are you a FSF-signed contributor? We cannot include this in Org's core without your copyright assignment, let me know. > I couldn't figure out how to make ob-J.elc a target for make, > maybe someone can fix this. No

[O] [PATCH] Add ob-J.el

2013-12-20 Thread Oleh
Hi all, Here's a patch to add babel support for J. I couldn't figure out how to make ob-J.elc a target for make, maybe someone can fix this. regards, Oleh From 0139af8534dc33911ed1a24a9702a156ae46c99d Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Fri, 20 Dec 2013 14:43:59 +0100 Subject: [PATC