Fix 600d3bb56b
* lisp/org-table.el: The reference has been saved in `formrpl', not `repl'.
This commit is contained in:
parent
cb51b4e7ff
commit
ec231c5db2
|
@ -2767,7 +2767,7 @@ not overwrite the stored one."
|
|||
(string-match (regexp-quote formula) formrpl)))
|
||||
(user-error "Invalid field specifier \"%s\""
|
||||
(match-string 0 form)))
|
||||
(setq form (replace-match repl t t form)))
|
||||
(setq form (replace-match formrpl t t form)))
|
||||
|
||||
(if lispp
|
||||
(setq ev (condition-case nil
|
||||
|
|
Loading…
Reference in New Issue