(narrow-map): Bind `org-narrow-to-subtree' to "s" on the

new keymap `narrow-map' instead of binding "\C-xns".
This commit is contained in:
Juri Linkov 2008-07-19 23:58:13 +00:00
parent 008c22f2dc
commit ff759a9890
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-07-19 Juri Linkov <juri@jurta.org>
* org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
new keymap `narrow-map' instead of binding "\C-xns".
2008-07-02 Juanma Barranquero <lekktu@gmail.com>
* org.el (org-agenda-skip-unavailable-files):

View file

@ -12427,7 +12427,7 @@ The images can be removed again with \\[org-ctrl-c-ctrl-c]."
(org-defkey org-mode-map "\C-c\C-a" 'show-all) ; in case allout messed up.
(org-defkey org-mode-map "\C-c\C-r" 'org-reveal)
(org-defkey org-mode-map "\C-xns" 'org-narrow-to-subtree)
(org-defkey narrow-map "s" 'org-narrow-to-subtree)
(org-defkey org-mode-map "\C-c$" 'org-archive-subtree)
(org-defkey org-mode-map "\C-c\C-x\C-s" 'org-advertized-archive-subtree)
(org-defkey org-mode-map "\C-c\C-x\C-a" 'org-toggle-archive-tag)