From 4ebfe4f030416dd5ab36b959b242f1383cd1cc3b Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 26 Sep 2012 09:49:09 +0200 Subject: [PATCH] ob.el: Remove "org" the list of predefined values for the ":results" parameter * ob.el (org-babel-common-header-args-w-values): Remove "org" the list of predefined values for the ":results" parameter. This complete the previous fix (commit 203e50b). --- lisp/ob.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ob.el b/lisp/ob.el index 28e5ad789..308f1a102 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -420,7 +420,7 @@ then run `org-babel-pop-to-session'." (noweb-sep . :any) (padline . ((yes no))) (results . ((file list vector table scalar verbatim) - (raw org html latex code pp drawer) + (raw html latex code pp drawer) (replace silent append prepend) (output value))) (rownames . ((no yes))) -- 2.11.4.GIT