LaTeX export: Remove bug in table export.
commit59370b6a83672b1f5fc59b7d4224b3f8a80bdbbc
authorCarsten Dominik <carsten.dominik@gmail.com>
Tue, 11 Aug 2009 05:51:12 +0000 (11 07:51 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Tue, 11 Aug 2009 05:51:12 +0000 (11 07:51 +0200)
tree44bdaf96b376fb6395551a52cec2d0df66e323f4
parentbd8e4e248a2d4a64f429ed5a5dbedbd75ad43c93
LaTeX export: Remove bug in table export.

A `save-excursion' around a call to org-table-align make point end up
*before* the table.  The reason is that a table align replaces the
entire table, including the newline before it.  When the table is
removed in order to be replaced, the marker created by
`save-excursion' slips.  `org-table-align' has it's own, built-in
`save-excursion' by remembering the line and column where the cursor
was before the align.
lisp/ChangeLog
lisp/org-latex.el