Allow regexp separator when converting the region to a table
commit817cbca767b8716118a105552c44de3150667fe8
authorCarsten Dominik <carsten.dominik@gmail.com>
Sun, 29 Sep 2013 10:27:09 +0000 (29 12:27 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Sun, 29 Sep 2013 10:27:09 +0000 (29 12:27 +0200)
tree999c092fc9a28f526d6e9add0905b4581ec52761
parentf485539d6365a0711129c28732e72bd75083105b
Allow regexp separator when converting the region to a table

* lisp/org-table.el (org-table-convert-region): Interpret string SEPARATOR
as regular expression.  Triple `C-u' prefix arg will read a regexp
from the user.
* doc/org.texi: Document that `C-c |' can take a regexp as a separator.

Patch modified from a proposal by Francois.
doc/org.texi
lisp/org-table.el