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.
This commit is contained in:
Carsten Dominik 2008-12-18 22:57:33 +00:00
parent d21d2e9a67
commit 17a0aa8225
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-12-18 Carsten Dominik <dominik@science.uva.nl>
* org.texi (References): Remove mentioning of @0 as reference for the
last line, this has been reverted in the Lisp sources.
2008-12-17 Juanma Barranquero <lekktu@gmail.com>
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.

View file

@ -1897,8 +1897,7 @@ For all numbers larger than LIMIT, shift them by DELTA."
(beginning-of-line 2)
(setq l (1+ l)))
(setq org-table-current-line-types (apply 'vector (nreverse types))
org-table-dlines (apply 'vector (cons (car dlines)
(nreverse dlines)))
org-table-dlines (apply 'vector (cons nil (nreverse dlines)))
org-table-hlines (apply 'vector (cons nil (nreverse hlines)))))))
(defun org-table-maybe-eval-formula ()