diff --git a/init.el b/init.el index e3c9f91..d8688d4 100644 --- a/init.el +++ b/init.el @@ -1211,7 +1211,7 @@ accordingly." (use-package ob-core :init (setq org-export-use-babel t org-babel-default-header-args '((:session . "none") - (:results . "value drawer replace") + (:results . "output drawer replace") (:exports . "both") (:cache . "no") (:noweb . "no")