Hi,

Then importing data to a table, with org-table-import, from a file with data separated by a space as:

-1 1 1
1 1 1

The first line will be converted to a Hline and hence the data disappears as below:

|    |    |   |
|---+---+---|
| 1 | 1 | 1 |

I guess that the problem is that org-table expands a:

|-
 
to a Hline and thus removing the data.

Could I change this behavior of the org-table mode with some setting?

Thanks and Regards,
Andreas

P.S Thanks for the excellent org mode