From f98b0e461f50436f3c4a5f917932c997e41b4723 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 4 Jan 2025 15:40:55 +0100 Subject: [PATCH] Change default Org source block results handling back to `output` This is what I usually use, so let's stick to it. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")