Remove explicit value for :wrap header arg in default list

It does not seem to be possible to overwrite this setting in individual src
blocks.
master
Daniel Borchmann 4 months ago
parent 624aa84a79
commit 8ba3d91880
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

@ -1414,7 +1414,6 @@ point to the beginning of buffer first."
:init (setq org-export-use-babel nil
org-babel-default-header-args '((:session . "none")
(:results . "output code replace")
(:wrap . "src text")
(:exports . "both")
(:cache . "no")
(:noweb . "no")

Loading…
Cancel
Save