summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Schulte <schulte.eric@gmail.com>2011-09-15 15:22:14 -0600
committerEric Schulte <schulte.eric@gmail.com>2011-09-15 15:22:14 -0600
commit267015b24a4e6e28bc7a2740dad9ca02d6cea8e6 (patch)
tree7b068102de1ea2a37ace06ab46bafc892186e7ae
parent11f07576cb832ce24f8d3f64b7dcca2158ace252 (diff)
downloadorg-mode-267015b24a4e6e28bc7a2740dad9ca02d6cea8e6.tar.gz
differentiate between result types and wrappers
* lisp/ob.el (org-babel-merge-params): Differentiate between result types and wrappers.
-rw-r--r--lisp/ob.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ob.el b/lisp/ob.el
index e8bce1a..eec88f0 100644
--- a/lisp/ob.el
+++ b/lisp/ob.el
@@ -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