Browse Source

minor updates to rorg.org

fleshing out TODOs
Eric Schulte 16 years ago
parent
commit
0ca4b60bb6
1 changed files with 15 additions and 2 deletions
  1. 15 2
      rorg.org

+ 15 - 2
rorg.org

@@ -3,8 +3,8 @@
 #+SEQ_TODO:  TODO PROPOSED | DONE DROPPED MAYBE
 #+SEQ_TODO:  TODO PROPOSED | DONE DROPPED MAYBE
 #+STARTUP: oddeven
 #+STARTUP: oddeven
 
 
-
 * Tasks
 * Tasks
+
 ** TODO evaluation of shell code as background process? [DED]
 ** TODO evaluation of shell code as background process? [DED]
    After C-c C-c on an R code block, the process may appear to block,
    After C-c C-c on an R code block, the process may appear to block,
    but C-g can be used to reclaim control of the .org buffer, without
    but C-g can be used to reclaim control of the .org buffer, without
@@ -12,10 +12,22 @@
    bash/sh evaluation. [Haven't tried other languages] Perhaps a
    bash/sh evaluation. [Haven't tried other languages] Perhaps a
    solution is just to background the individual shell
    solution is just to background the individual shell
    commands.
    commands.
+
 ** litorgy-R
 ** litorgy-R
 *** TODO ability to select which of multiple R sessions is being used
 *** TODO ability to select which of multiple R sessions is being used
     (like ess-switch-process in .R buffers)
     (like ess-switch-process in .R buffers)
-*** TODO a header argument specifying silent evaluation (no output)
+
+** TODO a header argument specifying silent evaluation (no output)
+This would be useful across all types of source block.  Currently
+there is a =:replace t= option to control output, this could be
+generalized to an =:output= option which could take the following
+options (maybe more)
+
+- =t= :: this would be the default, and would simply insert the
+         results after the source block
+- =:replace= :: to replace any results which may already be there
+- =nil= :: this would inhibit any insertion of the results
+
 
 
 * Bugs
 * Bugs
 ** Args out of range error
 ** Args out of range error
@@ -260,6 +272,7 @@ should share this... I don't know if you guys use [[http://code.google.com/p/sma
 but if you do you might find this [[file:block][block-snippet]] org-mode snippet
 but if you do you might find this [[file:block][block-snippet]] org-mode snippet
 useful (I use it all the time).
 useful (I use it all the time).
 
 
+
 * Overview
 * Overview
 This project is basically about putting source code into org
 This project is basically about putting source code into org
 files. This isn't just code to look pretty as a source code example,
 files. This isn't just code to look pretty as a source code example,