diff --git a/lisp/org.el b/lisp/org.el index 41c3e90c6..b876ad5b7 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -16356,6 +16356,8 @@ BEG and END default to the buffer boundaries." ("Misc") ("o" . org-open-at-point) ("?" . org-speed-command-help) + ("<" . (org-agenda-set-restriction-lock 'subtree)) + (">" . (org-agenda-remove-restriction-lock)) ) "The default speed commands.")