Re: [O] Fortran missing in List of supported code block languages?

2015-05-14 Thread Alain . Cochard
Rasmus writes: Is there an independent way of checking which languages are supported? On a file-system level you could do something like: ls /usr/share/emacs/site-lisp/org*/ob* | grep -i fortran = /usr/share/emacs/site-lisp/org/ob-fortran.el In Emacs you could to

Re: [O] Fortran missing in List of supported code block languages?

2015-05-14 Thread 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

Re: [O] Fortran missing in List of supported code block languages?

2015-05-14 Thread Nicolas Goaziou
Hello, alain.coch...@unistra.fr writes: The 'fortran' keyword is indeed recognized in the edit buffer, and, as far as I can see, everything works quite well. But I later realized that 'Fortran' is not mentioned in the list of supported languages, section 14.7 of the org info manual [File:

Re: [O] Fortran missing in List of supported code block languages?

2015-05-14 Thread Ista Zahn
On Thu, May 14, 2015 at 8:37 AM, alain.coch...@unistra.fr wrote: 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.

Re: [O] Fortran missing in List of supported code block languages?

2015-05-14 Thread Thomas S. Dye
Ista Zahn istaz...@gmail.com writes: On Thu, May 14, 2015 at 8:37 AM, alain.coch...@unistra.fr wrote: 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,

[O] Fortran missing in List of supported code block languages?

2015-05-14 Thread Alain . Cochard
I was starting investigating Working with source code. I tried with the bloc: #+BEGIN_SRC fortran #+END_SRC The 'fortran' keyword is indeed recognized in the edit buffer, and, as far as I can see, everything works quite well. But I later realized that 'Fortran' is not mentioned in the

Re: [O] Fortran missing in List of supported code block languages?

2015-05-14 Thread John Kitchin
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. For example like this:

Re: [O] Fortran missing in List of supported code block languages?

2015-05-14 Thread Rasmus
John Kitchin johnrkitc...@gmail.com writes: Is there an independent way of checking which languages are supported? On a file-system level you could do something like: ls /usr/share/emacs/site-lisp/org*/ob* | grep -i fortran = /usr/share/emacs/site-lisp/org/ob-fortran.el In Emacs you