Browse Source

Merge branch 'maint'

Bastien Guerry 12 năm trước cách đây
mục cha
commit
75820c49de
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      lisp/ob-org.el

+ 1 - 1
lisp/ob-org.el

@@ -32,7 +32,7 @@
 (declare-function org-export-string "org-exp" (string fmt &optional dir))
 
 (defvar org-babel-default-header-args:org
-  '((:results . "raw silent") (:exports . "results"))
+  '((:results . "raw silent") (:exports . "code"))
   "Default arguments for evaluating a org source block.")
 
 (defvar org-babel-org-default-header