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
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