using org-babel-merge-params for inline header arguments
This commit is contained in:
parent
58a427f70d
commit
8408187f4a
|
@ -321,7 +321,7 @@ of the following form. (language body header-arguments-alist)"
|
|||
(lang-headers (intern (concat "org-babel-default-header-args:" lang))))
|
||||
(list lang
|
||||
(org-babel-strip-protective-commas (org-babel-clean-text-properties (match-string 4)))
|
||||
(org-combine-plists
|
||||
(org-babel-merge-params
|
||||
org-babel-default-inline-header-args
|
||||
(if (boundp lang-headers) (eval lang-headers) nil)
|
||||
(org-babel-parse-header-arguments (org-babel-clean-text-properties (or (match-string 3) "")))))))
|
||||
|
|
Loading…
Reference in New Issue