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.
This commit is contained in:
Daniel - 2023-01-25 19:42:19 +01:00
parent 624aa84a79
commit 8ba3d91880
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 0 additions and 1 deletions

View File

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