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:
parent
f4ff678cd1
commit
70e85b9419
2
init.el
2
init.el
@ -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 . "output code replace")
|
(:results . "value drawer replace")
|
||||||
(:exports . "both")
|
(:exports . "both")
|
||||||
(:cache . "no")
|
(:cache . "no")
|
||||||
(:noweb . "no")
|
(:noweb . "no")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user