lazytab
lazytab copied to clipboard
Added a header line to help loading it using quelpa + removed disable org-tbl-mode after replace
I've also added exception handling to lazytab-org-table-next-field-maybe to avoid an error in LaTeX-mode while tabbing in a region with no tables.
@Nidish96 Thanks for the PR. Could you explain why you remove (orgtbl-mode -1)?
I wanted to be able to insert a table as and when I required it, inside a tex file. So I didn't want to disable it right after inserting a table.