Re: [O] [BABEL,PATCH] ob-fortran, ert tests

2011-07-21 Thread Bastien
Hi Sergey, Litvinov Sergey writes: > ob-fortran.el: fix a bug with string input, add ob-fortran tests with > ert. Applied, thanks! -- Bastien

[O] [BABEL,PATCH] ob-fortran, ert tests

2011-07-20 Thread Litvinov Sergey
ob-fortran.el: fix a bug with string input, add ob-fortran tests with ert. >From ed4e14fd509cad8d9ccc66bef570f2d8796213ca Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Thu, 21 Jul 2011 00:44:50 +0200 Subject: [PATCH] ob-fortran.el: fix bug with string input, add ob-fortran tests with ert -

Re: [O] [BABEL,PATCH] ob-fortran

2011-07-18 Thread Eric Schulte
Hi Sergey, Thank you for sharing ob-fortran. After a quick scan it looks great, and I would like to include it into the Org-mode core. However a contribution of this size does require assignment of copyright to the FSF. See http://orgmode.org/worg/org-contribute.html#sec-2 for information and i

Re: [O] [BABEL,PATCH] ob-fortran

2011-07-18 Thread Bastien
Hi Sergey, Litvinov Sergey writes: > Please consider an implementation of fortran support for > org-babel. The patch adds contrib/babel/langs/ob-fortran.el > (modification of lisp/ob-C.el) and > testing/examples/ob-fortran-test.org with tests. Great -- thanks a lot for this! I let Eric (cc'ed)

[O] [BABEL,PATCH] ob-fortran

2011-07-18 Thread Litvinov Sergey
Please consider an implementation of fortran support for org-babel. The patch adds contrib/babel/langs/ob-fortran.el (modification of lisp/ob-C.el) and testing/examples/ob-fortran-test.org with tests. >From 2ac9b86a6387cae1472e3ed288a3a133be72318c Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Da