Variable: org-subtree-clip
org-subtree-clip is a variable defined in org.el.gz.
Value
""
Documentation
Clipboard for cut and paste of subtrees.
This is actually only a copy of the kill, because we use the normal kill
ring. We need it to check if the kill was created by org-copy-subtree.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org-subtree-clip ""
"Clipboard for cut and paste of subtrees.
This is actually only a copy of the kill, because we use the normal kill
ring. We need it to check if the kill was created by `org-copy-subtree'.")