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:
parent
635054aa4a
commit
f98b0e461f
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 . "value drawer replace")
|
(:results . "output drawer replace")
|
||||||
(:exports . "both")
|
(:exports . "both")
|
||||||
(:cache . "no")
|
(:cache . "no")
|
||||||
(:noweb . "no")
|
(:noweb . "no")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user