emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Bastien
Subject: Re: [O] [BABEL,PATCH] ob-fortran
Date: Mon, 18 Jul 2011 17:03:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Sergey,

Litvinov Sergey <address@hidden> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]