emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/org a17243f 1/3: org-manual.org: Fix typo in or


From: ELPA Syncer
Subject: [elpa] externals-release/org a17243f 1/3: org-manual.org: Fix typo in org-protocol capture example
Date: Mon, 29 Mar 2021 00:57:10 -0400 (EDT)

branch: externals-release/org
commit a17243f9a52141d16045154d646d2dba2d301201
Author: Maxim Nikulin <manikulin@gmail.com>
Commit: Kyle Meyer <kyle@kyleam.com>

    org-manual.org: Fix typo in org-protocol capture example
    
    * doc/org-manual.org: Use "&" as parameter separator in query part
    of example for org-protocol capture URI.
---
 doc/org-manual.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/org-manual.org b/doc/org-manual.org
index eb795dc..f4872fc 100644
--- a/doc/org-manual.org
+++ b/doc/org-manual.org
@@ -19587,7 +19587,7 @@ 
javascript:location.href='org-protocol://store-link?url='+
 Activating the "capture" handler pops up a =Capture= buffer in Emacs,
 using acapture template.
 
-: emacsclient org-protocol://capture?template=X?url=URL?title=TITLE?body=BODY
+: emacsclient org-protocol://capture?template=X&url=URL&title=TITLE&body=BODY
 
 To use this feature, add a bookmark with an arbitrary name, e.g.,
 =Org: capture=, and enter this as =Location=:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]