summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2013-12-20 10:05:10 -0700
committerEric Schulte <schulte.eric@gmail.com>2013-12-20 10:05:10 -0700
commit44f6bde0cfc6a2da6225b9c4e732d383800caeb9 (patch)
tree40eb6e7d7017dc20fd593034375d923958b6e5ed
parent98811ad8001bbe13dac596a1b1b3657ca3b6a7aa (diff)
downloadorg-mode-44f6bde0cfc6a2da6225b9c4e732d383800caeb9.tar.gz
add J to babel languages
* lisp/org.el (org-babel-load-languages): Add J to babel languages.
-rw-r--r--lisp/org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 59f55a8..301451f 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -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)