summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2018-03-28 17:16:57 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2018-03-28 17:16:57 +0200
commit7240f9c84769d92d9c95d1cae1f8c756b8ec74a0 (patch)
treec6a063833f6fc04a982a6d491662102e554f3101
parentab488dc4383fa313b132988819f738afe314132e (diff)
downloadorg-mode-7240f9c84769d92d9c95d1cae1f8c756b8ec74a0.tar.gz
org.texi: Fix typo in capture protocol example
* doc/org.texi (@code{capture} protocol): Add missing protocol. Reported-by: Буковская Агнесса <aggie@yandex.ru> <http://lists.gnu.org/r/emacs-orgmode/2018-03/msg00528.html>
-rw-r--r--doc/org.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/org.texi b/doc/org.texi
index 7fba2a1..e2536d9 100644
--- a/doc/org.texi
+++ b/doc/org.texi
@@ -7593,7 +7593,7 @@ To use this feature, add a bookmark with an arbitrary name, e.g. @samp{Org:
capture} and enter this as @samp{Location}:
@example
-javascript:location.href='org-protocol://template=x'+
+javascript:location.href='org-protocol://capture?template=x'+
'&url='+encodeURIComponent(window.location.href)+
'&title='+encodeURIComponent(document.title)+
'&body='+encodeURIComponent(window.getSelection());