Browse Source

org-manual: Fix typo in capture protocol

Reported-by: Буковская Агнесса <aggie@yandex.ru>
<http://lists.gnu.org/r/emacs-orgmode/2018-03/msg00528.html>
Nicolas Goaziou 7 years ago
parent
commit
bfd6d3c867
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/org-manual.org

+ 1 - 1
doc/org-manual.org

@@ -7858,7 +7858,7 @@ To use this feature, add a bookmark with an arbitrary name, e.g.
 =Org: capture= and enter this as =Location=:
 
 #+begin_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());