Re: [O] org-block-regexp questions

2015-01-22 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > I'm studying org-block-regexp. One thing that bugs me is this part: > > #\\+begin_? > > It suggests to me that the underscore after "begin" might be optional; > but a quick experiment with the exporter shows that this is not the > case. This is the case for dy

[O] org-block-regexp questions

2015-01-21 Thread Marcin Borkowski
Hi list, I'm studying org-block-regexp. One thing that bugs me is this part: #\\+begin_? It suggests to me that the underscore after "begin" might be optional; but a quick experiment with the exporter shows that this is not the case. Next, this part: \\([^ \n]+\\) would suggest that TAB is a