* what are speedy keys?
@ 2013-07-15 18:43 Thomas Koch
2013-07-15 20:19 ` Nick Dokos
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Koch @ 2013-07-15 18:43 UTC (permalink / raw)
To: emacs-orgmode
Hi,
I'm reading "speedy keys" in emacs release notes. What are they?
Regards,
Thomas Koch, http://www.koch.ro
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: what are speedy keys?
2013-07-15 18:43 what are speedy keys? Thomas Koch
@ 2013-07-15 20:19 ` Nick Dokos
2013-07-16 5:09 ` Brad Collins
0 siblings, 1 reply; 3+ messages in thread
From: Nick Dokos @ 2013-07-15 20:19 UTC (permalink / raw)
To: emacs-orgmode
Thomas Koch <thomas@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.
--
Nick
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: what are speedy keys?
2013-07-15 20:19 ` Nick Dokos
@ 2013-07-16 5:09 ` Brad Collins
0 siblings, 0 replies; 3+ messages in thread
From: Brad Collins @ 2013-07-16 5:09 UTC (permalink / raw)
To: emacs-orgmode
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 <ndokos@gmail.com> writes:
> Thomas Koch <thomas@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 <brad@chenla.la>
skype|twitter|wave: deerpig
http://chenla.la
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-07-16 5:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-15 18:43 what are speedy keys? Thomas Koch
2013-07-15 20:19 ` Nick Dokos
2013-07-16 5:09 ` Brad Collins
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).