mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-03 08:30:03 +00:00
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:
parent
e247cfe1e3
commit
53aab23e70
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user