Variable: org-protocol-the-protocol
org-protocol-the-protocol is a variable defined in org-protocol.el.gz.
Value
"org-protocol"
Documentation
This is the protocol to detect if org-protocol.el is loaded.
org-protocol-protocol-alist-default and org-protocol-protocol-alist hold
the sub-protocols that trigger the required action. You will have to define
just one protocol handler OS-wide (MS-Windows) or per application (Linux).
That protocol handler should call emacsclient.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-protocol.el.gz
(defconst org-protocol-the-protocol "org-protocol"
"This is the protocol to detect if org-protocol.el is loaded.
`org-protocol-protocol-alist-default' and `org-protocol-protocol-alist' hold
the sub-protocols that trigger the required action. You will have to define
just one protocol handler OS-wide (MS-Windows) or per application (Linux).
That protocol handler should call emacsclient.")