(narrow-map): Bind `org-narrow-to-subtree' to "s" on the
authorJuri Linkov <juri@jurta.org>
Sat, 19 Jul 2008 23:58:13 +0000 (23:58 +0000)
committerJuri Linkov <juri@jurta.org>
Sat, 19 Jul 2008 23:58:13 +0000 (23:58 +0000)
new keymap `narrow-map' instead of binding "\C-xns".

lisp/org/ChangeLog
lisp/org/org.el

index a7f3852..5b633cc 100644 (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):
index 3186185..b7d13f7 100644 (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)