Browse Source

Merge branch 'maint'

Bastien Guerry 12 years ago
parent
commit
75820c49de
1 changed files with 1 additions and 1 deletions
  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