2009-07-12 |
Dan Davison | Cosmetic changes only: shortening lines to fit my screen.
|
commit | commitdiff | tree |
2009-07-12 |
Dan Davison | Bugfix: my regexp was not allowing whitespace inside...
|
commit | commitdiff | tree |
2009-07-12 |
Dan Davison | A neutral bug (unnecessary, but no consequences I believe).
|
commit | commitdiff | tree |
2009-07-12 |
Dan Davison | Bugfix in org-babel-read (relevant to all branches).
|
commit | commitdiff | tree |
2009-07-11 |
Dan Davison | Bugfix: Use let* instead of let
|
commit | commitdiff | tree |
2009-07-11 |
Dan Davison | Bugfix: In org-babel-merge-params.
|
commit | commitdiff | tree |
2009-07-11 |
Dan Davison | Bugfix:
|
commit | commitdiff | tree |
2009-07-11 |
Dan Davison | bugfix: org-babel-parse-header-arguments was creating...
|
commit | commitdiff | tree |
2009-07-11 |
Dan Davison | Tightening up org-babel-lob-one-liner-regexp.
|
commit | commitdiff | tree |
2009-07-11 |
Dan Davison | Enabling LoB to put results in buffer, and slowly moving...
|
commit | commitdiff | tree |
2009-07-11 |
Dan Davison | Some more bugs / TODOs, and some unimportant changes.
|
commit | commitdiff | tree |
2009-07-10 |
Dan Davison | Fixing function call-style source block arguments.
|
commit | commitdiff | tree |
2009-07-10 |
Dan Davison | Using function call() style source block arguments.
|
commit | commitdiff | tree |
2009-07-10 |
Dan Davison | Trivial typo fixing
|
commit | commitdiff | tree |
2009-07-08 |
Dan Davison | A few notes and a completed TODO
|
commit | commitdiff | tree |
2009-07-08 |
Dan Davison | Revert "Moving non-language specific code out of language...
|
commit | commitdiff | tree |
2009-07-08 |
Dan Davison | Revert "Altering org-babel-execute:emacs-lisp in accordance...
|
commit | commitdiff | tree |
2009-07-08 |
Dan Davison | Using the new org-babel-merge-params function to combine...
|
commit | commitdiff | tree |
2009-07-07 |
Dan Davison | Adding Dan's incipient worg document
|
commit | commitdiff | tree |
2009-07-07 |
Dan Davison | Now we have a function for merging params lists, so...
|
commit | commitdiff | tree |
2009-07-07 |
Dan Davison | Merge branch 'working-on-combining-params' into results
|
commit | commitdiff | tree |
2009-07-07 |
Dan Davison | Attempt at a working version of the org-babel-merge...
|
commit | commitdiff | tree |
2009-07-06 |
Dan Davison | Altering org-babel-execute:emacs-lisp in accordance...
|
commit | commitdiff | tree |
2009-07-06 |
Dan Davison | Moving non-language specific code out of language-specific...
|
commit | commitdiff | tree |
2009-07-06 |
Dan Davison | Streamlining/fiddling with org-babel-execute-src-block.
|
commit | commitdiff | tree |
2009-07-06 |
Dan Davison | Added comment to org-babel-process-result explaining
|
commit | commitdiff | tree |
2009-07-06 |
Dan Davison | Revert "making :results replace the default"
|
commit | commitdiff | tree |
2009-07-06 |
Dan Davison | Fixing results processing code.
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | Ruby version of previous commit.
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | Bug fix: I was missing out org-babel-table-or-string...
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | Unimportant: output changes in org-babel.org
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | Unimportant changes to org-babel.org (need for these...
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | First stage of results code simplification.
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | Removing results processing code from org-babel-R.el.
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | Simplifying ruby results code.
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | Removing results processing code from org-babel-ruby.el.
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | Simplifying python results code.
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | Trivial cosmetic: shortening lines to fit screen
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | Removing results processing from org-babel-python.el
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | Removing results processing from org-babel-sh.el
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | Trivial cosmetic: shortening a line to make it fit...
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | cosmetic: removing commented debugging code; shortening...
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | removing mention of 'babel' as a supported interpreter
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | Making some lines shorter and other trivial cosmetics
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | making :results replace the default
|
commit | commitdiff | tree |
2009-07-05 |
Dan Davison | another todo: ^[ \t]*#+
|
commit | commitdiff | tree |
2009-07-01 |
Dan Davison | Some todos/bug notes in org-babel.org
|
commit | commitdiff | tree |
2009-06-26 |
Dan Davison | Blanking results fields in the Tests table
|
commit | commitdiff | tree |
2009-06-26 |
Dan Davison | Added a 'Getting Started' section to org-babel.org...
|
commit | commitdiff | tree |
2009-06-14 |
Dan Davison | Shell problem with escape chars in prompt is still...
|
commit | commitdiff | tree |
2009-06-14 |
Dan Davison | A couple of bug reports.
|
commit | commitdiff | tree |
2009-06-14 |
Dan Davison | Cleaner implementation of org-babel-execute:babel.
|
commit | commitdiff | tree |
2009-06-14 |
Dan Davison | Added get-all-src-block-infos, which creates a hash...
|
commit | commitdiff | tree |
2009-06-14 |
Dan Davison | Correcting errors in previously untested code.
|
commit | commitdiff | tree |
2009-06-13 |
Dan Davison | Synching org-babel.org across branches
|
commit | commitdiff | tree |
2009-06-13 |
Dan Davison | Merge branch 'session' into library-of-babel
|
commit | commitdiff | tree |
2009-06-13 |
Dan Davison | Updated notes on implementation of library functions.
|
commit | commitdiff | tree |
2009-06-13 |
Dan Davison | OK, I'm getting confused in magit and committing only...
|
commit | commitdiff | tree |
2009-06-13 |
Dan Davison | Implementing library functions as a new (pseudo) interpreter...
|
commit | commitdiff | tree |
2009-06-13 |
Dan Davison | New variable org-babel-named-src-block-regexp to match...
|
commit | commitdiff | tree |
2009-06-13 |
Dan Davison | New variable org-babel-named-src-block-regexp, to match...
|
commit | commitdiff | tree |
2009-06-13 |
Dan Davison | Started again with lob implementation.
|
commit | commitdiff | tree |
2009-06-13 |
Dan Davison | Still getting started with lob.
|
commit | commitdiff | tree |
2009-06-13 |
Dan Davison | Starting to create `library of babel' branch.
|
commit | commitdiff | tree |
2009-06-12 |
Dan Davison | Initial design plan for off-the-shelf 'actions', like...
|
commit | commitdiff | tree |
2009-06-07 |
Dan Davison | new TODO: figure out how to handle errors during evaluation
|
commit | commitdiff | tree |
2009-06-07 |
Dan Davison | More thoughts on scripting vs. functional approaches...
|
commit | commitdiff | tree |
2009-06-06 |
Dan Davison | As was just done for branch master, removing all support...
|
commit | commitdiff | tree |
2009-06-06 |
Dan Davison | Removing all support for hlines/colnames -- they persist...
|
commit | commitdiff | tree |
2009-06-03 |
Dan Davison | Added another multilingual example. One issue is that...
|
commit | commitdiff | tree |
2009-06-03 |
Dan Davison | Reverted tentative and hackish support for hline in...
|
commit | commitdiff | tree |
2009-06-03 |
Dan Davison | Some notes on possible support for named fields / rows...
|
commit | commitdiff | tree |
2009-06-02 |
Dan Davison | Minor updates and responses in the sessions planning...
|
commit | commitdiff | tree |
2009-06-01 |
Dan Davison | More notes on sessions: need for header arg evaluation...
|
commit | commitdiff | tree |
2009-05-31 |
Dan Davison | Further notes on org-babel session and ESS and *Org...
|
commit | commitdiff | tree |
2009-05-31 |
Dan Davison | Added reminder/request that we bear ESS in mind when...
|
commit | commitdiff | tree |
2009-05-30 |
Dan Davison | Make org table result have header row and hline when...
|
commit | commitdiff | tree |
2009-05-30 |
Dan Davison | Made org-babel-remove-result interactive. Eric if you...
|
commit | commitdiff | tree |
2009-05-30 |
Dan Davison | Altered the python code in the chained references example...
|
commit | commitdiff | tree |
2009-05-30 |
Dan Davison | Allowing org-tables with hline to be referred to and...
|
commit | commitdiff | tree |
2009-05-30 |
Dan Davison | Preventing end of buffer error when no newline after...
|
commit | commitdiff | tree |
2009-05-29 |
Dan Davison | proposed org-babel <-> noweb interconversions
|
commit | commitdiff | tree |
2009-05-29 |
Dan Davison | Trying to resolve conflict while understanding very...
|
commit | commitdiff | tree |
2009-05-29 |
Dan Davison | proposed org-babel <-> noweb interconversions
|
commit | commitdiff | tree |
2009-05-26 |
Dan Davison | Noted in hline TODO that plotting histogram in the...
|
commit | commitdiff | tree |
2009-05-26 |
Dan Davison | A few new TODOS: deal with hlines in tables, how do...
|
commit | commitdiff | tree |
2009-05-18 |
Dan Davison | Proposals for some minor reworkings of litorgy-R.el...
|
commit | commitdiff | tree |
2009-05-15 |
Dan Davison | added cursor movement bug
|
commit | commitdiff | tree |
2009-05-15 |
Dan Davison | simplified R code in the pie chart example
|
commit | commitdiff | tree |
2009-05-15 |
Dan Davison | Added as.is=TRUE argument to read.table so that strings...
|
commit | commitdiff | tree |
2009-05-15 |
Dan Davison | Added some tasks and bugs in rorg.org
|
commit | commitdiff | tree |
2009-05-11 |
Dan Davison | Merge branch 'master' of git@github.com:eschulte/rorg
|
commit | commitdiff | tree |
2009-05-11 |
Dan Davison | Started writing an introduction perhaps suitable for...
|
commit | commitdiff | tree |
2009-04-13 |
Dan Davison | new tasks: selective export of code/text, code block...
|
commit | commitdiff | tree |
2009-03-31 |
Dan Davison | minor edits to rorg.org
|
commit | commitdiff | tree |
2009-03-31 |
Dan Davison | moved active parts of rorg.org to top, and added bugs...
|
commit | commitdiff | tree |
2009-03-31 |
Dan Davison | TODO item: evaluation as background process?
|
commit | commitdiff | tree |
2009-03-31 |
Dan Davison | Merge branch 'master' of git@github.com:eschulte/rorg
|
commit | commitdiff | tree |
2009-03-26 |
Dan Davison | Merge branch 'master' of git@github.com:eschulte/rorg
|
commit | commitdiff | tree |
2009-03-24 |
Dan Davison | Merge branch 'master' of git@github.com:eschulte/rorg
|
commit | commitdiff | tree |