|
@@ -2174,7 +2174,7 @@ with \"=\" or \":=\"."
|
|
|
(line-beginning-position))
|
|
|
col)
|
|
|
org-table-named-field-locations)))
|
|
|
- (scol (int-to-string col))
|
|
|
+ (scol (format "$%d" col))
|
|
|
(ref (format "@%d$%d" (org-table-current-dline) col))
|
|
|
(stored-list (org-table-get-stored-formulas noerror))
|
|
|
(ass (or (assoc name stored-list)
|
|
@@ -2664,7 +2664,6 @@ not overwrite the stored one."
|
|
|
(or suppress-analysis (org-table-analyze))
|
|
|
(if (equal arg '(16))
|
|
|
(let ((eq (org-table-current-field-formula)))
|
|
|
- (or eq (user-error "No equation active for current field"))
|
|
|
(org-table-get-field nil eq)
|
|
|
(org-table-align)
|
|
|
(setq org-table-may-need-update t))
|