org-table.el: Fix bugs about cursor repositioning
commit323c7b3de2211a7d61bf0c71c6f5923b1ea62297
authorBastien Guerry <bzg@altern.org>
Thu, 6 Feb 2014 08:58:17 +0000 (6 09:58 +0100)
committerBastien Guerry <bzg@altern.org>
Thu, 6 Feb 2014 08:58:17 +0000 (6 09:58 +0100)
tree58bba1134a59197661261961edadaf14987f6a2a
parentf4f3f140accee7c6b18eee806465e847b940e3d9
org-table.el: Fix bugs about cursor repositioning

* org-table.el (org-table-copy-down)
(org-table-find-dataline, org-table-move-row)
(org-table-insert-hline, org-table-kill-row): Use
`org-move-to-column' with the IGNORE-INVISIBLE arg set to `t',
so that abbreviated rows don't interfer with setting the
cursor back at the correct position.

Thanks to Jason Lewis for reporting one of these bugs.
lisp/org-table.el