Re: [O] [PATCH] Make the regexp matching the beginning of a table more explicit
Hi Samuel, Samuel Loury 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
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 u