rpeshkov / vscode-text-tables

VSCode extension that brings the power of Emacs table editing
MIT License
38 stars 14 forks source link

Org-Mode table headline bug #57

Open StevenHarris opened 4 years ago

StevenHarris commented 4 years ago

When editing a table in org mode, the table headline is converted to markdown format before

| Incident         | Desc                                                    | Vendor ticket | Vendor Case | Status    | Date  Closed |
|----------------+-------------------------------------------------------+-------------+-----------+---------+------------|
| [[IN1907230854]] | FL1 Battery aged and Flash module failure               | P5617KK       | TS002509957 | Closed    |              |

After inserting a new entry at bottom of table

| Incident         | Desc                                                    | Vendor ticket | Vendor Case | Status    | Date  Closed |
| ---------------- | ------------------------------------------------------- | ------------- | ----------- | --------- | ------------ |
| [[IN1907230854]] | FL1 Battery aged and Flash module failure               | P5617KK       | TS002509957 | Closed    |              |
rpeshkov commented 4 years ago

Hey @StevenHarris,

I've tried to reproduce the issue, but it seems to work fine for me. Could you please provide more details about it?

Please keep in mind that if you have "markdown" mode in your configuration settings, it will be used even if you're currently editing .org file. There's no autodetection of modes between different file types.