branch: externals/org-modern
commit bb5bada4436b768d66d73e22db829055d2d2411f
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    formatting
---
 org-modern.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-modern.el b/org-modern.el
index 05dd3e6310..7d391d61dc 100644
--- a/org-modern.el
+++ b/org-modern.el
@@ -787,7 +787,7 @@ whole buffer; otherwise, for the line at point."
                  org-tag-re ":\\)+\\)[ \t]*$")
         (0 (org-modern--tag)))))
    (when org-modern-keyword
-     `(("^[ \t]*\\(#\\+\\)\\([^:[ \t\n]+\\)[[:]"
+     `(("^[ \t]*\\(#\\+\\)\\([^:[ \t\n]+\\)[:[]"
         ,@(pcase org-modern-keyword
             ('t '(1 '(face nil invisible org-modern)))
             ((pred stringp) `(1 '(face nil display ,org-modern-keyword)))

Reply via email to