ox.el (org-export-copy-to-kill-ring): Default to nil

* ox.el (org-export-copy-to-kill-ring): Default to nil.
This commit is contained in:
Bastien Guerry 2014-04-17 16:31:56 +02:00
parent e247cfe1e3
commit 53aab23e70
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ HTML code while every other back-end will ignore it."
:package-version '(Org . "8.0")
:type 'coding-system)
(defcustom org-export-copy-to-kill-ring 'if-interactive
(defcustom org-export-copy-to-kill-ring nil
"Should we push exported content to the kill ring?"
:group 'org-export-general
:version "24.3"