Variable: org-protocol-default-template-key
org-protocol-default-template-key is a customizable variable defined
in org-protocol.el.gz.
Value
nil
Documentation
The default template key to use.
This is usually a single character string but can also be a string with two characters.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-protocol.el.gz
(defcustom org-protocol-default-template-key nil
"The default template key to use.
This is usually a single character string but can also be a
string with two characters."
:type '(choice (const nil) (string)))