Fix bug in CSV table import
commit535ca7a6b949580bb61e03cab97f4947630bd76f
authorCarsten Dominik <carsten.dominik@gmail.com>
Sat, 31 Oct 2009 08:24:32 +0000 (31 09:24 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Sat, 31 Oct 2009 08:24:32 +0000 (31 09:24 +0100)
tree92401eb8484fb6f0b7620fffc2754f2768fee572
parent41b8de947667daf10de07ff0a3e4488255ffb173
Fix bug in CSV table import

Dan Davison writes:

> If a file contains "-1" followed by a newline and nothing else,
> org-table-import on that file fails. The first commit with this
> property is a commit (below) to do with CVS tables made a few
> days ago. I have given up trying to work out a good solution to
> this :) In case it is useful, the failure occurs when
> org-table-align is called at the end of
> org-table-convert-region. I think it is long-standing behaviour
> that hitting tab inside of
>
> |-1|
>
> doesn't make a table containing "-1", so presumably there is
> something different about the context in which org-table-align is
> now being called.
lisp/ChangeLog
lisp/org-table.el