Change default Org source block results handling back to output

This is what I usually use, so let's stick to it.
This commit is contained in:
Daniel Borchmann 2025-01-04 15:40:55 +01:00
parent 635054aa4a
commit f98b0e461f
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -1211,7 +1211,7 @@ accordingly."
(use-package ob-core (use-package ob-core
:init (setq org-export-use-babel t :init (setq org-export-use-babel t
org-babel-default-header-args '((:session . "none") org-babel-default-header-args '((:session . "none")
(:results . "value drawer replace") (:results . "output drawer replace")
(:exports . "both") (:exports . "both")
(:cache . "no") (:cache . "no")
(:noweb . "no") (:noweb . "no")