瀏覽代碼

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.
Eric Schulte 12 年之前
父節點
當前提交
ce3aa4ab2b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/ob-calc.el

+ 1 - 1
lisp/ob-calc.el

@@ -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