소스 검색

Merge branch 'maint'

Nicolas Goaziou 9 년 전
부모
커밋
0bdf4cedc5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-table.el

+ 1 - 1
lisp/org-table.el

@@ -5295,7 +5295,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)))