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 76a5f30 commit eeb4fa8Copy full SHA for eeb4fa8
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 'words) " \\)?"
+ " *\\(" (regexp-opt org-todo-keywords-1) " \\)?"
10865
" *\\(.*?\\)\\([ \t]:\\(?:" org-tag-re ":\\)+\\)?[ \t]*$"))
10866
(props (list 'face 'default
10867
'done-face 'org-agenda-done
0 commit comments