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 could to something like:

   M-x find-library ob- [TAB].

There's also the apropos commands.

Hope it helps,
Rasmus

-- 
If you can mix business and politics wonderful things can happen!


Reply via email to