This is very cool!

I especially like `s' for narrow to subtree.

I always forget C-x n s, and C-x n w.  So I set `S' to
widen a subtree (w is used by something else).

   ;; Use Org Speed Commands
   (setq org-use-speed-commands t)
   ;; Default has `s' for narrow subtree, 
   ;; so add `S' to widen subtree.
   (add-to-list 'org-speed-commands-user '("S" widen))

Thanks for pointing out Speed Key!

b/

Nick Dokos <ndo...@gmail.com> writes:
> Thomas Koch <tho...@koch.ro> writes:
>
>> I'm reading "speedy keys" in emacs release notes. What are they?
>
> Maybe this (section 15.3 of the Org manual):
>
>       (info "(org) Speed keys")
>
> ? 
>
> Eval the form above with C-x C-e after the closing paren to get to that
> section.

-- 
Brad Collins <b...@chenla.la>
skype|twitter|wave: deerpig
http://chenla.la

Reply via email to