From 61e05d86d054da05d1d8115a489c705b276a5cf9 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Fri, 22 May 2009 14:30:24 -0700 Subject: [PATCH] added PROPOSED task "support for passing paths to files between source blocks" --- rorg.org | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/rorg.org b/rorg.org index 0f6669ffb..1a03ea492 100644 --- a/rorg.org +++ b/rorg.org @@ -23,6 +23,12 @@ This will rely upon [[* resolve references to other buffers][resolve references force scalar or vector results. This could be done with a header argument, and the default behavior could be controlled through a configuration variable. + + +#+srcname: scalar as +#+begin_src language + +#+end_src ** TODO re-implement R evaluation using ess-command or ess-execute I don't have any complaints with the current R evaluation code or @@ -116,6 +122,17 @@ source code block. I think the best way to approach this would be to start with an example R source-code block and then work up from there. +** PROPOSED support for passing paths to files between source blocks +Maybe this should be it's own result type (in addition to scalars and +vectors). The reason being that some source-code blocks (for example +ditaa or anything that results in the creation of a file) may want to +pass a file path back to org-mode which could then be inserted into +the org-mode buffer as a link to the file... + +This would allow for display of images upon export providing +functionality similar to =org-exp-blocks= only in a more general +manner. + ** PROPOSED re-implement helper functions from org-R Much of the power of org-R seems to be in it's helper functions for the quick graphing of tables. Should we try to re-implement these