Skip to content

Commit 101280a

Browse files
skangasyantar92
authored andcommitted
Add crossreference to org-stuck-projects docstring
* lisp/org-agenda.el (org-stuck-projects): Add Info manual reference to docstring.
1 parent edf5afc commit 101280a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

lisp/org-agenda.el

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
616616
This is a list of four items:
617+
617618
1. 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+
620623
2. 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+
624628
3. 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+
631636
4. An arbitrary regular expression matching non-stuck projects.
632637

633638
If the project turns out to be not stuck, search continues also in the

0 commit comments

Comments
 (0)