Re: [O] [PATCH] Make the regexp matching the beginning of a table more explicit

2014-08-22 Thread Bastien
Hi Samuel, Samuel Loury konubi...@gmail.com writes: I would like to provide a very tiny change in the regexp matching a beginning of table in org-table.el. Applied in master, thanks, -- Bastien

[O] [PATCH] Make the regexp matching the beginning of a table more explicit

2014-08-20 Thread Samuel Loury
Hi, I would like to provide a very tiny change in the regexp matching a beginning of table in org-table.el. Its current value is ^\\(\\*+ \\)\\|[ \t]*|. The second part of the regexp ([ \t]*|) indicates that it matches any | character, following spaces or not. This means that the [ \t] is