org-mode/lisp/langs
Dan Davison ed688ed938 Rearrange R evaluation code so that .Last.value evaluated in :results value case only
One example of a problem that crops up without this is a block like

f <- function(x) x

without this change, in :results output mode, we make an attempt to
coerce .Last.value (a function) to a data frame, which throws an
error.
2009-09-03 11:47:32 -04:00
..
org-babel-asymptote.el DONE asymptote 2009-07-24 20:17:49 -06:00
org-babel-css.el languages are now able to specify that they don't support comments for tangling 2009-08-04 13:23:23 -06:00
org-babel-ditaa.el fixed error exporting the results of a source-code block 2009-09-01 15:42:14 -06:00
org-babel-dot.el DONE dot 2009-07-24 19:39:48 -06:00
org-babel-gnuplot.el No longer loading all languages by default. REQUIRES A CHANGE TO YOUR CONFIG! 2009-08-16 10:48:08 -06:00
org-babel-haskell.el adding support for Haskell 2009-08-27 08:03:02 -06:00
org-babel-lisp.el More code streamlining: org-babel-execute:emacs-lisp. 2009-07-16 16:23:49 -04:00
org-babel-ocaml.el recognizes different types of ocaml output 2009-08-16 13:59:07 -06:00
org-babel-python.el [BUG FIX] DONE Python session evaluation bug 2009-08-14 16:13:57 -06:00
org-babel-R.el Rearrange R evaluation code so that .Last.value evaluated in :results value case only 2009-09-03 11:47:32 -04:00
org-babel-ruby.el No longer loading all languages by default. REQUIRES A CHANGE TO YOUR CONFIG! 2009-08-16 10:48:08 -06:00
org-babel-sass.el added the SASS css generation language (see http://sass-lang.com/) 2009-08-17 14:39:34 -06:00
org-babel-sh.el Eliminating duplicated code (take 2...). 2009-07-16 16:21:07 -04:00
org-babel-sql.el *very minimal* support for sql code blocks 2009-08-01 19:05:18 -06:00