manual.org: Fix typo
This commit is contained in:
parent
a86883fab8
commit
0aee6f76b3
|
@ -175,10 +175,11 @@ time to check the list.
|
|||
#+findex: org-capture
|
||||
#+findex: org-store-link
|
||||
#+findex: org-iswitchb
|
||||
The four Org commands ~org-store-link~, ~org-capture~, ~org-agenda~,
|
||||
and ~org-iswitchb~ be accessible through global keys---i.e., anywhere
|
||||
in Emacs, not just in Org buffers. Here are suggested bindings for
|
||||
these keys, please modify the keys to your own liking.
|
||||
For a better experience, the four Org commands ~org-store-link~,
|
||||
~org-capture~, ~org-agenda~, and ~org-iswitchb~ ought to be accessible
|
||||
through global keys---i.e., anywhere in Emacs, not just in Org
|
||||
buffers. Here are suggested bindings for these keys, please modify
|
||||
the keys to your own liking.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
(global-set-key "\C-cl" 'org-store-link)
|
||||
|
|
Loading…
Reference in New Issue