Mati <m...@electrum-bikes.pl> writes: >> with point at the top left cell, after C-c ', I can <TAB> across cells >> in the edit buffer. > Yes, in orgsrc mode (after clicking this shortcut, C-c ') it's possible, > but it should work in org, also as I previously mentioned, orgsrc table > editing is limited and doesn't work properly.
Note the table-insert is not an Org command. It inserts table.el-style tables. Their support in Org is limited. They are _not_ native Org tables. See https://orgmode.org/manual/Cooperation.html That's why you need to use C-c ' and then work as you would via table.el commands. The proper Org tables can be created using M-x org-table-create. See https://orgmode.org/manual/Tables.html. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>