From 07a501c84a1e991bf906f41bde1d7ace936f7713 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 17 Apr 2014 18:22:53 +0200 Subject: [PATCH] Fix commit 53aab23e70 Thanks to Nicolas for spotting this. --- lisp/ox.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ox.el b/lisp/ox.el index 2e7664912..35f497297 100644 --- a/lisp/ox.el +++ b/lisp/ox.el @@ -820,7 +820,8 @@ HTML code while every other back-end will ignore it." (defcustom org-export-copy-to-kill-ring nil "Should we push exported content to the kill ring?" :group 'org-export-general - :version "24.3" + :version "25.1" + :package-version '(Org . "8.3") :type '(choice (const :tag "Always" t) (const :tag "When export is done interactively" if-interactive)