Hello,

Sebastien Miquel <sebastien.mique...@orange.fr> writes:

>          (rx bol (group (zero-or-more blank) "#"
>                         (group (group (or (seq "+" (one-or-more (any 
> "a-zA-Z")) (optional ":"))
> -                                         space
> +                                         blank

This looks wrong, but so does the current regexp. It should not be
`space' nor `blank', but [ \t] per Org syntax.

Regards,

-- 
Nicolas Goaziou

Reply via email to