diff --git a/lisp/org-table.el b/lisp/org-table.el index c3593dfaa..e6a11c36b 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -5302,7 +5302,7 @@ characters width of the plot. ASK may also be the (org-table-store-formulas (cons (cons - (number-to-string (1+ col)) + (concat "$" (number-to-string (1+ col))) (format "'(%s $%s %s %s %s)" "orgtbl-ascii-draw" col min max length)) (org-table-get-stored-formulas)))