Skip to content

Commit

Permalink
org-scan-tags: Fixup a1c923a
Browse files Browse the repository at this point in the history
* lisp/org.el: Drop missed 'words argument to `regexp-opt'.
  • Loading branch information
yantar92 committed Sep 5, 2022
1 parent 76a5f30 commit eeb4fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/org.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eeb4fa8

Please sign in to comment.