emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] what are speedy keys?


From: Brad Collins
Subject: Re: [O] what are speedy keys?
Date: Tue, 16 Jul 2013 12:09:45 +0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

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 <address@hidden> writes:
> Thomas Koch <address@hidden> 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 <address@hidden>
skype|twitter|wave: deerpig
http://chenla.la



reply via email to

[Prev in Thread] Current Thread [Next in Thread]