From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [BABEL,PATCH] ob-fortran Date: Mon, 18 Jul 2011 17:03:41 +0200 Message-ID: <87k4bfzl4i.fsf@gnu.org> References: <87sjq4m2z5.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:33206) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QipLv-0002Hy-Fl for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 11:03:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QipLq-0004De-AS for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 11:03:23 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:59021) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QipLq-0004DA-1n for emacs-orgmode@gnu.org; Mon, 18 Jul 2011 11:03:18 -0400 Received: by wyg36 with SMTP id 36so2519697wyg.0 for ; Mon, 18 Jul 2011 08:03:16 -0700 (PDT) In-Reply-To: <87sjq4m2z5.fsf@gmail.com> (Litvinov Sergey's message of "Mon, 18 Jul 2011 10:01:50 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Litvinov Sergey Cc: emacs-orgmode@gnu.org 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) decide about integrating this in the contrib/ dir. > diff --git a/contrib/babel/langs/ob-fortran.el b/contrib/babel/langs/ob-fortran.el > new file mode 100644 > index 0000000..6fdf416 > --- /dev/null > +++ b/contrib/babel/langs/ob-fortran.el > @@ -0,0 +1,191 @@ > +;;; ob-fortran.el --- org-babel functions for fortran > +;; Copyright (C) 2010 Free Software Foundation, Inc. > + > +;; Author: Sergey Litvinov (based on ob-C.el by Eric Schulte) > +;; Keywords: literate programming, reproducible research, fortran > +;; Homepage: http://orgmode.org > +;; Version: 7.6 > + > +;; This file is part of GNU Emacs. (Nitpicking: files in Org's contrib/ directory are *not* part of GNU Emacs, only those in lisp/.) Best, -- Bastien