differentiate between result types and wrappers

* lisp/ob.el (org-babel-merge-params): Differentiate between result
  types and wrappers.
This commit is contained in:
Eric Schulte 2011-09-15 15:22:14 -06:00
parent 11f07576cb
commit 267015b24a
1 changed files with 2 additions and 2 deletions

View File

@ -1803,8 +1803,8 @@ Later elements of PLISTS override the values of previous elements.
This takes into account some special considerations for certain
parameters when merging lists."
(let ((results-exclusive-groups
'(("file" "list" "vector" "table" "scalar" "verbatim" "raw" "org"
"html" "latex" "code" "pp" "wrap")
'(("file" "list" "vector" "table" "scalar" "verbatim")
("raw" "org" "html" "latex" "code" "pp" "wrap")
("replace" "silent" "append" "prepend")
("output" "value")))
(exports-exclusive-groups