Kaynağa Gözat

Merge branch 'restriction-lock-speed-keys'

Bastien Guerry 14 yıl önce
ebeveyn
işleme
d458125974
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2 0
      lisp/org.el

+ 2 - 0
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.")