Hi Andreas,
Andreas Röhler writes:
> attached a org-table-import.patch
Thanks for this patch.
I test it against latest master and got this error:
,
| Debugger entered--Lisp error: (wrong-type-argument stringp nil)
| re-search-forward(nil # t)
| (while (re-search-forward separator end
Hi,
attached a
org-table-import.patch
removes limitations of hard-coded separator char(s).
`org-guess-separator' accepts and detects all chars as field separators.
It works based on the assumption, that char looked for appears in equal
number at each row.
Also a default value
`org-table-impor