|
@@ -10861,7 +10861,7 @@ headlines matching this string."
|
|
|
;; Get the correct level to match
|
|
|
(concat "\\*\\{" (number-to-string start-level) "\\} ")
|
|
|
org-outline-regexp)
|
|
|
- " *\\(" (regexp-opt org-todo-keywords-1) " \\)?"
|
|
|
+ " *\\(?:\\(" (regexp-opt org-todo-keywords-1 t) "\\) \\)?"
|
|
|
" *\\(.*?\\)\\([ \t]:\\(?:" org-tag-re ":\\)+\\)?[ \t]*$"))
|
|
|
(props (list 'face 'default
|
|
|
'done-face 'org-agenda-done
|