We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8151d52 commit a3788bdCopy full SHA for a3788bd
lisp/org.el
@@ -10861,7 +10861,7 @@ headlines matching this string."
10861
;; Get the correct level to match
10862
(concat "\\*\\{" (number-to-string start-level) "\\} ")
10863
org-outline-regexp)
10864
- " *\\(" (regexp-opt org-todo-keywords-1) " \\)?"
+ " *\\(?:\\(" (regexp-opt org-todo-keywords-1 t) "\\) \\)?"
10865
" *\\(.*?\\)\\([ \t]:\\(?:" org-tag-re ":\\)+\\)?[ \t]*$"))
10866
(props (list 'face 'default
10867
'done-face 'org-agenda-done
0 commit comments