Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
ff759a98
Commit
ff759a98
authored
Jul 19, 2008
by
Juri Linkov
Browse files
(narrow-map): Bind `org-narrow-to-subtree' to "s" on the
new keymap `narrow-map' instead of binding "\C-xns".
parent
008c22f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
lisp/org/ChangeLog
lisp/org/ChangeLog
+5
-0
lisp/org/org.el
lisp/org/org.el
+1
-1
No files found.
lisp/org/ChangeLog
View file @
ff759a98
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):
...
...
lisp/org/org.el
View file @
ff759a98
...
...
@@ -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-xn
s" '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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment