diff options
| author | Carsten Dominik | 2008-12-18 22:57:33 +0000 |
|---|---|---|
| committer | Carsten Dominik | 2008-12-18 22:57:33 +0000 |
| commit | 17a0aa82253c19a14a743c7fcba33beb73a68e52 (patch) | |
| tree | bb86768e6f2e6dd60e7b9c0486eb9d298c7f4360 /lisp | |
| parent | d21d2e9a67b654e308dc2a8770b82c48a0539365 (diff) | |
| download | emacs-17a0aa82253c19a14a743c7fcba33beb73a68e52.tar.gz emacs-17a0aa82253c19a14a743c7fcba33beb73a68e52.zip | |
2008-12-18 Carsten Dominik <dominik@science.uva.nl>
* org-table.el (org-table-get-specials): Revert introduction of @0
as reference of the last table row, because of conflicts.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/org/org-table.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el index c342cb9564c..12d2e6ef98f 100644 --- a/lisp/org/org-table.el +++ b/lisp/org/org-table.el | |||
| @@ -1897,8 +1897,7 @@ For all numbers larger than LIMIT, shift them by DELTA." | |||
| 1897 | (beginning-of-line 2) | 1897 | (beginning-of-line 2) |
| 1898 | (setq l (1+ l))) | 1898 | (setq l (1+ l))) |
| 1899 | (setq org-table-current-line-types (apply 'vector (nreverse types)) | 1899 | (setq org-table-current-line-types (apply 'vector (nreverse types)) |
| 1900 | org-table-dlines (apply 'vector (cons (car dlines) | 1900 | org-table-dlines (apply 'vector (cons nil (nreverse dlines))) |
| 1901 | (nreverse dlines))) | ||
| 1902 | org-table-hlines (apply 'vector (cons nil (nreverse hlines))))))) | 1901 | org-table-hlines (apply 'vector (cons nil (nreverse hlines))))))) |
| 1903 | 1902 | ||
| 1904 | (defun org-table-maybe-eval-formula () | 1903 | (defun org-table-maybe-eval-formula () |