0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 17:02:51 +00:00

proposed org-babel <-> noweb interconversions

This commit is contained in:
Dan Davison 2009-05-29 16:17:03 -04:00
parent 5db027b3e1
commit 2adb00f678

View file

@ -114,7 +114,7 @@ table, allowing the test suite to be run be evaluation of the table
and the results to be collected in the same table. and the results to be collected in the same table.
* Tasks [20/31] * Tasks [20/32]
** TODO resolve references to other buffers ** TODO resolve references to other buffers
This would allow source blocks to call upon tables, source-blocks, This would allow source blocks to call upon tables, source-blocks,
@ -229,10 +229,13 @@ tabel
Another example is in the [[*operations%20in%20on%20tables][grades example]]. Another example is in the [[*operations%20in%20on%20tables][grades example]].
** TODO pass mutliple reference arguments into R ** PROPOSED conversion between org-babel and noweb (e.g. .Rnw) format
I haven't thought about this properly. Just noting it down. What
Sweave uses is called "R noweb" (.Rnw).
** PROPOSED pass multiple reference arguments into R
Can we do this? I wasn't sure how to supply multiple 'var' header Can we do this? I wasn't sure how to supply multiple 'var' header
args. Just delete this TODO if I'm being dense. args. Just delete this if I'm being dense.
** TODO Create objects in top level (global) environment in R? ** PROPOSED Create objects in top level (global) environment in R?
At the moment, objects created by computations performed in the At the moment, objects created by computations performed in the
code block are evaluated in the scope of the code block are evaluated in the scope of the
code-block-function-body and therefore disappear when the code code-block-function-body and therefore disappear when the code