Re: [O] [PATCH] [org-table] user-chosen separator in org-table-convert-region

2013-09-29 Thread Carsten Dominik
Hi Francois, thanks for the explanation. I have checked in a modified version which does what you proposal and also allows the user to call `C-c |' with a triple prefix arg. In that case, the command will prompt the user for a regular expression that will be used. Useful, thank you! - Carsten

Re: [O] [PATCH] [org-table] user-chosen separator in org-table-convert-region

2013-09-27 Thread francois
On Tue, 24 Sep 2013 15:08:10 +0200, Carsten Dominik wrote: could you please explain what this does and show an example on how this should be used? It adds the possibility of a string argument used as a regexp for arbitrary field separator. It can be used as following : (defun my-fjd/convert

Re: [O] [PATCH] [org-table] user-chosen separator in org-table-convert-region

2013-09-24 Thread Carsten Dominik
Hi Francois, could you please explain what this does and show an example on how this should be used? Thank you. - Carsten On 3.9.2013, at 12:20, franc...@avalenn.eu wrote: > Hello, > > I made this patch to make easier conversion to > org-table from csv-like text with arbitrary separator. >

[O] [PATCH] [org-table] user-chosen separator in org-table-convert-region

2013-09-03 Thread francois
Hello, I made this patch to make easier conversion to org-table from csv-like text with arbitrary separator. --- lisp/org-table.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lisp/org-table.el b/lisp/org-table.el index c7e7eb8..c8c2462 100644 --- a/lisp/org-table.e

[O] [PATCH] [org-table] user-chosen separator in org-table-convert-region

2013-09-03 Thread francois
Hello, I made this patch to make easier conversion to org-table from csv-like text with arbitrary separator. --- lisp/org-table.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lisp/org-table.el b/lisp/org-table.el index c7e7eb8..c8c2462 100644 --- a/lisp/org-table.e