add J to babel languages

* lisp/org.el (org-babel-load-languages): Add J to babel languages.
This commit is contained in:
Eric Schulte 2013-12-20 10:05:10 -07:00
parent 98811ad800
commit 44f6bde0cf
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ requirements) is loaded."
(const :tag "Gnuplot" gnuplot)
(const :tag "Haskell" haskell)
(const :tag "IO" io)
(const :tag "J" j)
(const :tag "Java" java)
(const :tag "Javascript" js)
(const :tag "LaTeX" latex)