2009-07-18 |
Dan Davison | Changing default min lines for block output to 10
|
commit | commitdiff | tree |
2009-07-18 |
Dan Davison | Updating org-babel.org.
|
commit | commitdiff | tree |
2009-07-18 |
Dan Davison | Trivial: function name change for clarification.
|
commit | commitdiff | tree |
2009-07-18 |
Dan Davison | Using #+begin_example...#+end_example blocks for output.
|
commit | commitdiff | tree |
2009-07-18 |
Dan Davison | Revising bugs and tasks in org-babel.org
|
commit | commitdiff | tree |
2009-07-18 |
Dan Davison | Minor changes to org-babel.org
|
commit | commitdiff | tree |
2009-07-18 |
Dan Davison | Merging master into results.
|
commit | commitdiff | tree |
2009-07-18 |
Dan Davison | Updating org-babel.org
|
commit | commitdiff | tree |
2009-07-17 |
Dan Davison | test-tangle.org: adding function call parentheses on...
|
commit | commitdiff | tree |
2009-07-17 |
Dan Davison | This was just an idea. We could do it but I'm reverting...
|
commit | commitdiff | tree |
2009-07-17 |
Dan Davison | Merging master into results to pick up new TODO.
|
commit | commitdiff | tree |
2009-07-17 |
Dan Davison | Reinstated force-results-to-vector: passing all tests...
|
commit | commitdiff | tree |
2009-07-17 |
Dan Davison | Trivial: removing whitespace in org-babel.org; passing...
|
commit | commitdiff | tree |
2009-07-17 |
Dan Davison | Don't attempt to remove result when :results silent.
|
commit | commitdiff | tree |
2009-07-17 |
Dan Davison | o-b-merge-params function was not allowing whitespace...
|
commit | commitdiff | tree |
2009-07-17 |
Dan Davison | Reinstating a previous change that got lost in the...
|
commit | commitdiff | tree |
2009-07-17 |
Dan Davison | Merging master into results.
|
commit | commitdiff | tree |
2009-07-17 |
Dan Davison | Correcting up cut/paste mistakes made in manual conflict...
|
commit | commitdiff | tree |
2009-07-17 |
Dan Davison | Bugfix: not assuming that we're in a source block when...
|
commit | commitdiff | tree |
2009-07-17 |
Dan Davison | Merging master into results: required manual conflict...
|
commit | commitdiff | tree |
2009-07-16 |
Dan Davison | New bug: emacs-lisp fails when reference is a literal...
|
commit | commitdiff | tree |
2009-07-16 |
Dan Davison | More code streamlining: org-babel-execute:emacs-lisp.
|
commit | commitdiff | tree |
2009-07-16 |
Dan Davison | Eliminating duplicated code (take 2...).
|
commit | commitdiff | tree |
2009-07-16 |
Dan Davison | Bringing org-babel-execute-[buffer/subtree] functions...
|
commit | commitdiff | tree |
2009-07-16 |
Dan Davison | New proposed tasks: make tangled files read-only, and...
|
commit | commitdiff | tree |
2009-07-16 |
Dan Davison | Make org-babel-tangle comment with ;;*.
|
commit | commitdiff | tree |
2009-07-16 |
Dan Davison | Merging master into results.
|
commit | commitdiff | tree |
2009-07-16 |
Dan Davison | Different messages for :results output and value modes.
|
commit | commitdiff | tree |
2009-07-15 |
Dan Davison | Bugfix in org-babel-read (relevant to all branches).
|
commit | commitdiff | tree |
2009-07-12 |
Dan Davison | Updating main org file and tidying library-of-babel...
|
commit | commitdiff | tree |
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 |