Revert "org-manual: Fix link"

This reverts commit e61fddf4ce.
This commit is contained in:
Nicolas Goaziou 2018-06-19 10:44:49 +02:00
parent e61fddf4ce
commit b563ef4762
1 changed files with 2 additions and 2 deletions

View File

@ -179,8 +179,8 @@ For a better experience, the three Org commands ~org-store-link~,
~org-capture~ and ~org-agenda~ ought to be accessible anywhere in
Emacs, not just in Org buffers. To that effect, you need to bind them
to globally available keys, like the ones reserved for users (see
[[info:elisp#Key%20Binding%20Conventions][info:elisp#Key Binding Conventions]]). Here are suggested bindings,
please modify the keys to your own liking.
[[info:elisp::Key%20Binding%20Conventions]]). Here are suggested
bindings, please modify the keys to your own liking.
#+begin_src emacs-lisp
(global-set-key "\C-cl" 'org-store-link)