summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-06-19 10:22:58 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-06-19 10:22:58 +0200
commite61fddf4cee644747a5567a27eb60203cc0a7ec4 (patch)
treeac656acaed1209022a8c6084ea43aa80f058be7c
parent593058e4a6270f52fdede2b871a0ee6504944f13 (diff)
downloadorg-mode-e61fddf4cee644747a5567a27eb60203cc0a7ec4.tar.gz
org-manual: Fix link
* doc/org-manual.org (Activation): Fix link.
-rw-r--r--doc/org-manual.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/org-manual.org b/doc/org-manual.org
index c759857..3f0cccb 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -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]]). Here are suggested
-bindings, please modify the keys to your own liking.
+[[info:elisp#Key%20Binding%20Conventions][info:elisp#Key Binding Conventions]]). Here are suggested bindings,
+please modify the keys to your own liking.
#+begin_src emacs-lisp
(global-set-key "\C-cl" 'org-store-link)