소스 검색

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 년 전
부모
커밋
bfd6d3c867
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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());