* lisp/org.el (org-babel-load-languages): Forgot to capitalize "j".
This commit is contained in:
Eric Schulte 2013-12-20 10:11:29 -07:00
parent 44f6bde0cf
commit be70c688b2
1 changed files with 1 additions and 1 deletions

View File

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