From addd8dcd5d79aacc86f077feeb5fdc049253460a Mon Sep 17 00:00:00 2001
From: Charles Choi <kickingvegas@gmail.com>
Date: Wed, 25 Jun 2025 14:02:44 -0700
Subject: [PATCH] org-protocol.org: Remove 3rd party applications

* org-contrib/org-protocol.org

(* Installation and Configuration/Common/3rd Party Applications) <deleted>
Header entry is deleted, but its children are retained and promoted.
---
 org-contrib/org-protocol.org | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/org-contrib/org-protocol.org b/org-contrib/org-protocol.org
index e176bd84..c3dde8f3 100644
--- a/org-contrib/org-protocol.org
+++ b/org-contrib/org-protocol.org
@@ -497,16 +497,14 @@ location.
 
 Many different variants of this approach can be taken to cover different Org protocol request types.
 
-******* 3rd Party Applications
-
-********* Captee (macOS)
+******* Captee (macOS)
 
 [[http://yummymelon.com/captee][Captee]] is an application that can construct an Org protocol URL from
 the [[https://support.apple.com/en-by/guide/mac-help/mh40614/mac][macOS Share Menu]][fn:scrim-captee-disclaimer]. Native apps that
 support the Share Menu can make an Org protocol =store-link= or =capture=
 request.
 
-********* Acrobat Reader
+******* Acrobat Reader
       :PROPERTIES:
       :CUSTOM_ID: acrobat-reader-setup
       :END:
@@ -526,17 +524,17 @@ request.
       The examples given here will place new menu entries in the "Tools"
       menu, after restarting Adobe Reader.
 
-*********** org-store-link.js
+********* org-store-link.js
         : // from https://list.orgmode.org/loom.20080527T012114-502@post.gmane.org
         : app.addMenuItem({cName:"org-store-link", cParent:"Tools",
         :    cExec:"app.launchURL('org-protocol://store-link://' + encodeURIComponent(this.URL) + '/' + encodeURIComponent(this.info.Title));"});
 
-*********** org-capture.js
+********* org-capture.js
         : // from https://list.orgmode.org/loom.20080527T012114-502@post.gmane.org
         : app.addMenuItem({cName:"org-capture", cParent:"Tools",
         :    cExec:"app.launchURL('org-protocol://capture://' + encodeURIComponent(this.URL) + '/' + encodeURIComponent(this.info.Title) + '/');"});
 
-********* Opera
+******* Opera
 
       #+begin_warningbox
       The guidance in this section is likely stale.
-- 
2.50.0

