From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alain.Cochard@unistra.fr Subject: Re: "Fortran" missing in "List of supported code block languages"? Date: Thu, 14 May 2015 14:37:00 +0200 Message-ID: <21844.38636.275545.219523@frac.u-strasbg.fr> References: Reply-To: alain.cochard@unistra.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40011) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YssO0-0004TF-CB for emacs-orgmode@gnu.org; Thu, 14 May 2015 08:37:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YssNw-00016J-D6 for emacs-orgmode@gnu.org; Thu, 14 May 2015 08:37:12 -0400 Received: from mailhost.u-strasbg.fr ([130.79.222.211]:48991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YssNw-00016D-6h for emacs-orgmode@gnu.org; Thu, 14 May 2015 08:37:08 -0400 Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antispam (Postfix) with ESMTP id E2513221F8F for ; Thu, 14 May 2015 14:37:05 +0200 (CEST) Received: from mailhost.u-strasbg.fr (localhost [127.0.0.1]) by antivirus (Postfix) with ESMTP id D275E221FA3 for ; Thu, 14 May 2015 14:37:05 +0200 (CEST) Received: from lmr.u-strasbg.fr (lmr2.u-strasbg.fr [172.30.21.2]) by mr1.u-strasbg.fr (Postfix) with ESMTP id C2739221F8F for ; Thu, 14 May 2015 14:37:04 +0200 (CEST) In-Reply-To: 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: emacs-orgmode@gnu.org Cc: Alain Cochard John Kitchin writes: > Fortran is supported in the sense that you can edit a block in > Fortran mode. But you cannot execute a Fortran block directly > afaik. You have to tangle it, compile it and then run the > executable. Thanks for the precision. I guess it would not hurt to mention this kind of details in the doc, to some extent at least. > For example like this: > > http://kitchingroup.cheme.cmu.edu/blog/2014/02/04/Literate-programming-example-with-Fortran-and-org-mode/ Very helpful. Seems to me that having such examples (at least the simple one) in the doc would be extremely helpful to beginners.