org-table.el: Fix bug: make sure references to $0 are correctly handled.
commitbf4d38b1fbf5ac7ddd4e3cbf4e5ae3519dd9d380
authorBastien Guerry <bzg@altern.org>
Mon, 9 Apr 2012 18:03:58 +0000 (9 20:03 +0200)
committerBastien Guerry <bzg@altern.org>
Mon, 9 Apr 2012 18:04:22 +0000 (9 20:04 +0200)
tree25c1067439abfaa584e0b7f48ba1199595caf58b
parente6f5c4f1be4705d94425571483d7dbc567e984ae
org-table.el: Fix bug: make sure references to $0 are correctly handled.

* org-table.el (org-table-get-range): Fix bug: make sure
references to $0 are correctly handled.

Thanks to Nick Dokos for the suggestion.

This fixes the computation of values in this table:

| Record   |        Slope |    ConfLower |    ConfUpper |
|----------+--------------+--------------+--------------|
| GISTEMP  | 0.0173837600 | 0.0133209130 | 0.0214466060 |
| HadCrut3 | 0.0158602890 | 0.0118664610 | 0.0198541180 |

See this message/thread:
http://article.gmane.org/gmane.emacs.orgmode/54341
lisp/org-table.el