|
@@ -606,8 +606,8 @@ subtree to see if any of the subtasks have project status.
|
|
|
See also the variable `org-tags-match-list-sublevels' which applies
|
|
|
to projects matched by this search as well.
|
|
|
|
|
|
-After defining this variable, you may use `\\[org-agenda-list-stuck-projects]'
|
|
|
-\(bound to `C-c a #') to produce the list."
|
|
|
+After defining this variable, you may use `org-agenda-list-stuck-projects'
|
|
|
+\(bound to `\\[org-agenda] #') to produce the list."
|
|
|
:group 'org-agenda-custom-commands
|
|
|
:type '(list
|
|
|
(string :tag "Tags/TODO match to identify a project")
|
|
@@ -2537,7 +2537,7 @@ The following commands are available:
|
|
|
("MobileOrg"
|
|
|
["Push Files and Views" org-mobile-push t]
|
|
|
["Get Captured and Flagged" org-mobile-pull t]
|
|
|
- ["Find FLAGGED Tasks" (org-agenda nil "?") :active t :keys "C-c a ?"]
|
|
|
+ ["Find FLAGGED Tasks" (org-agenda nil "?") :active t :keys "\\[org-agenda] ?"]
|
|
|
["Show note / unflag" org-agenda-show-the-flagging-note t]
|
|
|
"--"
|
|
|
["Setup" (progn (require 'org-mobile) (customize-group 'org-mobile)) t])
|