Nicolas Richard <theonewiththeevill...@yahoo.fr> writes: > But now that I think about it, org mode simply should avoid narrow-map > completely : users (me included) won't randomly try to run > org-narrow-to-subtree outside of org buffers (and those who do deserve a > bad error message) but they might want to give "C-x n s" a try if it is > available.
BTW, if you use outshine and ,---- | (setq outshine-use-speed-commands t) `---- then you have most of the Org speed-commands available outside of Org-mode too, including 'r' for narrow-to-subtree and 'w' for widen. Try ? on an outshine heading to get this help buffer: ,---- | User-defined Speed commands | =========================== | | Built-in Speed commands | ======================= | | Outline Navigation | ------------------ | n (outshine-speed-move-safe (quote outline-next-visible-heading)) | p (outshine-speed-move-safe (quote outline-previous-visible-heading)) | f (outshine-speed-move-safe (quote outline-forward-same-level)) | b (outshine-speed-move-safe (quote outline-backward-same-level)) | u (outshine-speed-move-safe (quote outline-up-heading)) | j outshine-goto | g outshine-refile | | Outline Visibility | ------------------ | c outline-cycle | C outshine-cycle-buffer | r outshine-narrow-to-subtree | w widen | = outshine-columns | | Outline Structure Editing | ------------------------- | ^ outline-move-subtree-up | < outline-move-subtree-down | + outline-demote | - outline-promote | i outshine-insert-heading | ^ outshine-sort | m outline-mark-subtree | | Clock Commands | -------------- | I outshine-clock-in | O outshine-clock-out | | Meta Data Editing | ----------------- | t outshine-todo | , outshine-priority | 0 (outshine-use-outorg (lambda nil (interactive) (org-priority 32))) | 1 (outshine-use-outorg (lambda nil (interactive) (org-priority 65))) | 2 (outshine-use-outorg (lambda nil (interactive) (org-priority 66))) | 3 (outshine-use-outorg (lambda nil (interactive) (org-priority 67))) | : outshine-set-tags-command | e outshine-set-effort | E outshine-inc-effort | v org-agenda | / outshine-sparse-tree | | Misc | ---- | o outshine-open-at-point | ? outshine-speed-command-help | < (outshine-agenda-set-restriction-lock) | > (outshine-agenda-remove-restriction-lock) | | [back] `---- -- cheers, Thorsten