summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Brand <michael.ch.brand@gmail.com>2013-09-07 10:55:14 +0200
committerCarsten Dominik <carsten.dominik@gmail.com>2013-09-07 16:21:38 +0200
commit0f5f58037dc52b021c6b00cadbda16ba22349be3 (patch)
tree1fc5356bb8cfa4f7e76921f6dd58029c3c0b425d
parent37eba7c81e856fbf7d930a9141bdb35ef036e149 (diff)
downloadorg-mode-0f5f58037dc52b021c6b00cadbda16ba22349be3.tar.gz
Fix table formula debugger error display
* lisp/org-table.el (org-table-eval-formula): Align the arrow pointing to the error in a Calc formula to the other fomula debugger logs.
-rw-r--r--lisp/org-table.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org-table.el b/lisp/org-table.el
index c00fbc5..246cf8d 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -2736,7 +2736,7 @@ $xyz-> %s
@r$c-> %s
$1-> %s\n" orig formula form0 form))
(if (listp ev)
- (princ (format " %s^\nError: %s"
+ (princ (format " %s^\nError: %s"
(make-string (car ev) ?\-) (nth 1 ev)))
(princ (format "Result: %s\nFormat: %s\nFinal: %s"
ev (or fmt "NONE")