Variable: org-protocol-data-separator
org-protocol-data-separator is a customizable variable defined in
org-protocol.el.gz.
Value
"/+\\|\\?"
Documentation
The default data separator to use.
This should be a single regexp string.
This variable was added, or its default value changed, in Org version
8.0.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-protocol.el.gz
(defcustom org-protocol-data-separator "/+\\|\\?"
"The default data separator to use.
This should be a single regexp string."
:version "24.4"
:package-version '(Org . "8.0")
:type 'regexp)