emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Bug: Fontification: Heading following a comment


From: Nicolas Goaziou
Subject: Re: [PATCH] Bug: Fontification: Heading following a comment
Date: Tue, 15 Sep 2020 14:05:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Hello,

Sebastien Miquel <sebastien.miquel91@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

[Prev in Thread] Current Thread [Next in Thread]