summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2013-12-20 10:11:29 -0700
committerEric Schulte <schulte.eric@gmail.com>2013-12-20 10:11:29 -0700
commitbe70c688b207eaf14a0b83a0251a9bf47fb449dd (patch)
tree13e18b180ede691bbe5fd36d91ed4f6be836d844
parent44f6bde0cfc6a2da6225b9c4e732d383800caeb9 (diff)
downloadorg-mode-be70c688b207eaf14a0b83a0251a9bf47fb449dd.tar.gz
fix typo
* lisp/org.el (org-babel-load-languages): Forgot to capitalize "j".
-rw-r--r--lisp/org.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org.el b/lisp/org.el
index 301451f..1f20bfd 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -252,7 +252,7 @@ requirements) is loaded."
(const :tag "Gnuplot" gnuplot)
(const :tag "Haskell" haskell)
(const :tag "IO" io)
- (const :tag "J" j)
+ (const :tag "J" J)
(const :tag "Java" java)
(const :tag "Javascript" js)
(const :tag "LaTeX" latex)