what is the correct way to view and edit tab-delimited text files in emacs, as if they were a spreadsheet?
if I write tsv files in emacs by using C-q TAB
, it has the annoying quirk that tabs are not equispaced. It would be nice to be able to edit cells and have emacs automatically realign it so that it appears in a column, similar to table modes. However, I do not want to make a table, I just want to edit a tsv file. I do not see how this can be done with org-mode
. Is there a built in mode for this?
for example using org-mode
, I can make the tabs appear equispaced, but emacs does not automatically realign the columns when one of the cells gets more text in it. what is the right way to do this?