org-scan-tags: Fixup a1c923afd

* lisp/org.el: Drop missed 'words argument to `regexp-opt'.
This commit is contained in:
Ihor Radchenko 2022-09-05 18:14:05 +08:00
parent 76a5f30034
commit eeb4fa8c09
No known key found for this signature in database
GPG Key ID: 6470762A7DA11D8B
1 changed files with 1 additions and 1 deletions

View File

@ -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 'words) " \\)?"
" *\\(" (regexp-opt org-todo-keywords-1) " \\)?"
" *\\(.*?\\)\\([ \t]:\\(?:" org-tag-re ":\\)+\\)?[ \t]*$"))
(props (list 'face 'default
'done-face 'org-agenda-done