From 53aab23e70e16e872c8a7194b2601f3205aa417d Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 17 Apr 2014 16:31:56 +0200 Subject: [PATCH] ox.el (org-export-copy-to-kill-ring): Default to nil * ox.el (org-export-copy-to-kill-ring): Default to nil. --- lisp/ox.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index 41f85277c..d06e0f566 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -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"