瀏覽代碼

Fix commit 53aab23e70

Thanks to Nicolas for spotting this.
Bastien Guerry 11 年之前
父節點
當前提交
07a501c84a
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lisp/ox.el

+ 2 - 1
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)