org-scan-tags: Fixup a1c923afd
* lisp/org.el: Drop missed 'words argument to `regexp-opt'.
This commit is contained in:
parent
76a5f30034
commit
eeb4fa8c09
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue