strip quotes from calc internal representations

This allows more calculations to be performed, but at what cost?

* lisp/ob-calc.el (org-babel-execute:calc): Strip single quotes from
  calc internal representations.
This commit is contained in:
Eric Schulte 2012-07-20 08:33:19 -06:00
parent d7a8b6636a
commit ce3aa4ab2b
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
((listp res) (error "calc error \"%s\" on input \"%s\""
(cadr res) line))
(t (replace-regexp-in-string
"'\\[" "["
"'" ""
(calc-eval
(math-evaluate-expr
;; resolve user variables, calc built in