summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2010-10-29 19:02:44 -0600
committerEric Schulte <schulte.eric@gmail.com>2010-10-29 19:02:44 -0600
commit421405df194187bbbd636a7482be44120c24bba1 (patch)
treeb38f282c11f82e3bde0e6e46ecfd7dd71a01efaf
parent1ee54e0db744a75d40dd8ee580bad2534b30cbdf (diff)
downloadorg-mode-421405df194187bbbd636a7482be44120c24bba1.tar.gz
adding ob-calc to org-babel-load-languages
* lisp/org.el (org-babel-load-languages): adding calc
-rw-r--r--lisp/org.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/org.el b/lisp/org.el
index aee4795..59caf41 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -147,6 +147,7 @@ requirements) is loaded."
(const :tag "C" C)
(const :tag "R" R)
(const :tag "Asymptote" asymptote)
+ (const :tag "Calc" calc)
(const :tag "Clojure" clojure)
(const :tag "CSS" css)
(const :tag "Ditaa" ditaa)