Eric Schulte
|
36eb5751d8
|
re-organizing main org-babel.org file
- replacing litorgy with org-babel
- splitting old requirements discussion into separate file
|
2009-05-24 13:48:29 -07:00 |
Eric Schulte
|
10bc87beac
|
adding introduction (from litorgy.org) to main org-babel.org file
|
2009-05-24 13:43:56 -07:00 |
Eric Schulte
|
4136f27680
|
renamed main rorg.org to org-babel.org
|
2009-05-24 13:42:56 -07:00 |
Eric Schulte
|
2b9b2ee7a3
|
rename litorgy to org-babel
|
2009-05-24 13:41:14 -07:00 |
Eric Schulte
|
8e9d3a51b7
|
moving files to new names
|
2009-05-24 13:39:25 -07:00 |
Eric Schulte
|
e82fb2566c
|
replacing litrogy with babel
|
2009-05-24 13:38:01 -07:00 |
Eric Schulte
|
8c568ee5fa
|
stubbing out the introductory text in litorgy.org
|
2009-05-24 13:27:56 -07:00 |
Eric Schulte
|
ddbb32fdd5
|
renamed examples.org to litorgy.org
|
2009-05-24 13:02:08 -07:00 |
Eric Schulte
|
891ed7b37b
|
fleshing out examples
|
2009-05-24 12:23:44 -07:00 |
Eric Schulte
|
f2c334b30d
|
DONE ensure that table ranges work
|
2009-05-24 10:35:13 -07:00 |
Eric Schulte
|
b8ecf9596b
|
rename `org-table-truncate-at-newline' to `litorgy-table-truncate-at-newline'
|
2009-05-24 10:35:05 -07:00 |
Eric Schulte
|
acda13f208
|
DEFERRED re-implement R evaluation using ess-command or ess-execute
|
2009-05-23 14:44:30 -07:00 |
Eric Schulte
|
0e0e671cb9
|
DONE error on trivial R results
|
2009-05-23 14:22:46 -07:00 |
Eric Schulte
|
6206e23ffd
|
DONE global variable indicating default to vector output
|
2009-05-23 09:05:53 -07:00 |
Eric Schulte
|
e2745ba306
|
reorder the tasks by priority
|
2009-05-23 08:12:12 -07:00 |
Eric Schulte
|
6dab411a65
|
DONE name named results if source block is named
|
2009-05-23 08:11:22 -07:00 |
Eric Schulte
|
43b7f90bb6
|
DONE (simple caching) check for named results before source blocks
|
2009-05-22 16:32:41 -07:00 |
Eric Schulte
|
19317f9b63
|
DONE set =:results silent= when eval with prefix argument
|
2009-05-22 16:23:52 -07:00 |
Eric Schulte
|
92d070c41e
|
DONE results-type header (vector/file) [3/3]
|
2009-05-22 16:17:44 -07:00 |
Eric Schulte
|
9076b528ad
|
DONE added =file= result type
|
2009-05-22 15:38:51 -07:00 |
Eric Schulte
|
d8734f7edb
|
DONE "multiple :results headers"
|
2009-05-22 15:12:51 -07:00 |
Eric Schulte
|
bab1f2da00
|
added "Add Languages" Task
|
2009-05-22 15:11:53 -07:00 |
Eric Schulte
|
1c443faa20
|
added reference naming and caching Tasks
|
2009-05-22 14:40:08 -07:00 |
Eric Schulte
|
61e05d86d0
|
added PROPOSED task "support for passing paths to files between source blocks"
|
2009-05-22 14:30:24 -07:00 |
Eric Schulte
|
f59e6d8880
|
added command-line-execution TODO
|
2009-05-22 14:27:06 -07:00 |
Eric Schulte
|
a7b04ffe12
|
truncating multi-line output before inserting into org-mode tables
|
2009-05-22 08:33:28 -07:00 |
Eric Schulte
|
b8fb32c4c4
|
fixed bug related to multi-line ruby code blocks
|
2009-05-22 08:26:26 -07:00 |
Eric Schulte
|
7cb0ecd476
|
fixed R bug (now properly ingests all elisp values into R)
|
2009-05-22 07:57:35 -07:00 |
Eric Schulte
|
a79b75eb78
|
added TODO to litorgy-ref.el
|
2009-05-22 07:08:30 -07:00 |
Eric Schulte
|
3fee1b9cd8
|
litorgy-ref can now find #+resname lines (allowing caching of src block evaluation)
To demonstrate this I updated the example to now run a more
interesting shell command (which happens to take a while to
execute).
|
2009-05-22 07:03:30 -07:00 |
Eric Schulte
|
f5dc857354
|
found bug in ruby code
|
2009-05-22 06:56:34 -07:00 |
Eric Schulte
|
cc622b1383
|
was passing all test, but either found or created a new bug in R code evaluation
|
2009-05-22 06:52:25 -07:00 |
Eric Schulte
|
73163718ca
|
litorgy-execute-src-block will again stifle results when called with truthy ARG value
|
2009-05-22 06:30:25 -07:00 |
Eric Schulte
|
9b7ae66e4f
|
use the prefix arg ARG to silence the results output of litorgy-execute-src-block
|
2009-05-22 06:29:28 -07:00 |
Eric Schulte
|
9c378fa06b
|
(untested) now inserting results with resname lines
|
2009-05-21 07:22:24 -07:00 |
Eric Schulte
|
3ccf6b8d6e
|
source blocks can now find their results
litorgy-where-is-src-block-result
|
2009-05-21 06:40:04 -07:00 |
Eric Schulte
|
c2b809dc94
|
added TODO "resolve references to other buffers"
|
2009-05-21 06:24:43 -07:00 |
Eric Schulte
|
b21e61be60
|
added TODO for result name lines #+resname:
|
2009-05-20 18:38:24 -07:00 |
Eric Schulte
|
801345d41d
|
added function to return the name of the current source block
|
2009-05-20 18:36:28 -07:00 |
Eric Schulte
|
3a0be8fd06
|
combined all "running processes" TODOs and bumped down to DEFERRED
While these are good ideas they represent a big chunk of work which
will break everything while it's being done, should wait for now.
|
2009-05-20 17:51:35 -07:00 |
Eric Schulte
|
2cc09a2029
|
temporarily deferred "use textConnection to pass tsv to R"
|
2009-05-20 17:48:47 -07:00 |
Eric Schulte
|
8d967c9fbb
|
slight addition of commentary to rorg.org
|
2009-05-19 20:55:06 -07:00 |
Eric Schulte
|
14296239ea
|
removed redundant :sep \t from org-tbl-to-tsv call in litorgy-R
|
2009-05-19 20:49:05 -07:00 |
Eric Schulte
|
700324bfbf
|
slightly cleaner code
|
2009-05-19 20:42:45 -07:00 |
Eric Schulte
|
0974acd7b4
|
\C-c\C-c now works inside source blocks
|
2009-05-19 20:40:26 -07:00 |
Eric Schulte
|
b9f2d50192
|
responses/expansions to TODO in rorg.org
|
2009-05-18 14:52:55 -07:00 |
Dan Davison
|
0c68fce725
|
Proposals for some minor reworkings of litorgy-R.el code added to rorg.org and as comments in litorgy-R.el
|
2009-05-17 20:42:04 -04:00 |
Dan Davison
|
47615a1ea8
|
added cursor movement bug
|
2009-05-15 00:39:51 -04:00 |
Dan Davison
|
c483c7d087
|
simplified R code in the pie chart example
|
2009-05-15 00:33:06 -04:00 |
Dan Davison
|
0947747759
|
Added as.is=TRUE argument to read.table so that strings are kept as strings and not converted to factors
|
2009-05-15 00:32:17 -04:00 |