ソースを参照

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>
Nicolas Goaziou 7 年 前
コミット
7240f9c847
1 ファイル変更1 行追加1 行削除
  1. 1 1
      doc/org.texi

+ 1 - 1
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());