소스 검색

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

* ox.el (org-export-copy-to-kill-ring): Default to nil.
Bastien Guerry 11 년 전
부모
커밋
53aab23e70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/ox.el

+ 1 - 1
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"