Show value output of Org source blocks by default

This is a sensible default for ELisp blocks, so let's use that.  Already
existing blocks that depend on the old default need to be updated, though.
This commit is contained in:
Daniel Borchmann 2024-12-30 13:34:46 +01:00
parent f4ff678cd1
commit 70e85b9419
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -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")