@@ -614,20 +614,25 @@ you can then use it to define a custom command."
614614 '("+LEVEL=2/-DONE" ("TODO" "NEXT" "NEXTACTION") nil "")
615615 "How to identify stuck projects.
616616This is a list of four items:
617+
6176181. A tags/todo/property matcher string that is used to identify a project.
618- See the manual for a description of tag and property searches.
619- The entire tree below a headline matched by this is considered one project.
619+ See Info node `(org) Matching tags and properties' for a
620+ description of tag and property searches. The entire tree
621+ below a headline matched by this is considered one project.
622+
6206232. A list of TODO keywords identifying non-stuck projects.
621624 If the project subtree contains any headline with one of these todo
622625 keywords, the project is considered to be not stuck. If you specify
623626 \"*\" as a keyword, any TODO keyword will mark the project unstuck.
627+
6246283. A list of tags identifying non-stuck projects.
625629 If the project subtree contains any headline with one of these tags,
626630 the project is considered to be not stuck. If you specify \"*\" as
627631 a tag, any tag will mark the project unstuck. Note that this is about
628632 the explicit presence of a tag somewhere in the subtree, inherited
629633 tags do not count here. If inherited tags make a project not stuck,
630634 use \"-TAG\" in the tags part of the matcher under (1.) above.
635+
6316364. An arbitrary regular expression matching non-stuck projects.
632637
633638If the project turns out to be not stuck, search continues also in the
0 commit comments