ob-R: Allow more :results values

* lisp/ob-R.el (org-babel-header-args:R): Allow "drawer" and "none",
  since they are supported in `org-babel-common-header-args-w-values'.

Reported-by: Andreas Leha <andreas.leha@med.uni-goettingen.de>
<http://permalink.gmane.org/gmane.emacs.orgmode/97683>
This commit is contained in:
Nicolas Goaziou 2015-05-19 23:22:11 +02:00
parent de8302c65a
commit c8bfd52f5f
1 changed files with 2 additions and 2 deletions

View File

@ -63,8 +63,8 @@
(useDingbats . :any)
(horizontal . :any)
(results . ((file list vector table scalar verbatim)
(raw org html latex code pp wrap)
(replace silent append prepend)
(raw html latex org code pp drawer)
(replace silent none append prepend)
(output value graphics))))
"R-specific header arguments.")