diff --git a/init.el b/init.el index a9307a2..e81f2cb 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 . "output code replace") + (:results . "value drawer replace") (:exports . "both") (:cache . "no") (:noweb . "no")