Re: [O] limitations of hard-coded field separator removed

2012-03-27 Thread Bastien
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

[O] limitations of hard-coded field separator removed

2012-02-23 Thread Andreas Röhler
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