From 6e2231dc9002330cc37e2e4f210cf2f55093503b Mon Sep 17 00:00:00 2001
From: Charles Choi <kickingvegas@gmail.com>
Date: Wed, 25 Jun 2025 14:31:21 -0700
Subject: [PATCH] org-protocol.org: Consolidate "Test your Org protocol setup"
 section

* org-contrib/org-protocol.org

(* Common/Test your Org protocol setup) <moved>

Consolidated the sections "Test your Org protocol setup" to the
"Common" section in "Installation and Configuration".
---
 org-contrib/org-protocol.org | 47 ++++++++++++------------------------
 1 file changed, 16 insertions(+), 31 deletions(-)

diff --git a/org-contrib/org-protocol.org b/org-contrib/org-protocol.org
index e176bd84..e9ea345b 100644
--- a/org-contrib/org-protocol.org
+++ b/org-contrib/org-protocol.org
@@ -142,18 +142,7 @@ Update the cache database of MIME types handled by desktop files via:
 : update-desktop-database ~/.local/share/applications/
 
 ***** Test your Org protocol setup
-
-To test that Org protocol is setup and running, click on the JavaScript link
-below to store an Org link to this page.
-
-#+begin_export html
-     <ul>
-      <li><a href="javascript:storeLink();">Test Org protocol store-link</a></li>
-     </ul>
-#+end_export
-
-In an Org buffer, use the binding ~C-c M-l~
-(~org-insert-last-stored-link~) to paste the recently stored Org link.
+See [[#test-org-protocol][Test your Org protocol setup]] in the common section.
 
 ***** Setup Org protocol capture
 See [[#capture][Setup Org protocol capture]] in the common section.
@@ -208,18 +197,7 @@ below.
 #+end_blindtext
 
 ***** Test your Org protocol setup
-
-To test that Org protocol is setup and running, click on the JavaScript link
-below to store an Org link to this page.
-
-#+begin_export html
-     <ul>
-      <li><a href="javascript:storeLink();">Test Org protocol store-link</a></li>
-     </ul>
-#+end_export
-
-In an Org buffer, use the binding ~C-c M-l~
-(~org-insert-last-stored-link~) to paste the recently stored Org link.
+See [[#test-org-protocol][Test your Org protocol setup]] in the common section.
 
 ***** Setup Org protocol capture
 See [[#capture][Setup Org protocol capture]] in the common section.
@@ -268,6 +246,20 @@ REGEDIT4
 #+end_example
 
 ***** Test your Org protocol setup
+See [[#test-org-protocol][Test your Org protocol setup]] in the common section.
+
+***** Setup Org protocol capture
+See [[#capture][Setup Org protocol capture]] in the common section.
+
+***** Construct Org protocol URL request
+See [[#construct-url-request][Construct Org protocol URL request]] in the common section.
+
+-----
+*** Common
+***** Test your Org protocol setup
+:PROPERTIES:
+:CUSTOM_ID: test-org-protocol
+:END:
 
 To test that Org protocol is setup and running, click on the JavaScript link
 below to store an Org link to this page.
@@ -281,14 +273,7 @@ below to store an Org link to this page.
 In an Org buffer, use the binding ~C-c M-l~
 (~org-insert-last-stored-link~) to paste the recently stored Org link.
 
-***** Setup Org protocol capture
-See [[#capture][Setup Org protocol capture]] in the common section.
 
-***** Construct Org protocol URL request
-See [[#construct-url-request][Construct Org protocol URL request]] in the common section.
-
------
-*** Common
 ***** Setup Org protocol capture
 :PROPERTIES:
 :CUSTOM_ID: capture
-- 
2.50.0

