From 0f5f58037dc52b021c6b00cadbda16ba22349be3 Mon Sep 17 00:00:00 2001 From: Michael Brand Date: Sat, 7 Sep 2013 10:55:14 +0200 Subject: [PATCH] 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. --- lisp/org-table.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-table.el b/lisp/org-table.el index c00fbc55e..246cf8d60 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") -- 2.11.4.GIT