Commit Graph

7 Commits

Author SHA1 Message Date
Eric Schulte 01401748e4 cleanup and small misc re-organizations 2009-03-29 15:08:53 -07:00
Eric Schulte 4852d8b194 now quoting all non-list output 2009-03-25 16:22:07 -07:00
Eric Schulte 4385611ebf Now accepting vector results from source blocks, and inserting into org file as tables. 2009-03-25 16:16:03 -07:00
Eric Schulte 01c958f167 pushed the parsing of org tables fully into litorgy-reference.el
This had the benefit of removing the wrapping list which was
previously erroneously added.
2009-03-25 15:24:00 -07:00
Eric Schulte c294d0119d Now able to reference a table from an emacs-lisp src block.
Currently the only reference which is working is previous.

For an example try

: | 0.16 | eric | 0.12 |
: | 0.24 | 0.28 | 0.08 |
:
: #+begin_src emacs-lisp :var table=previous
: table
: #+end_src
2009-03-25 15:16:37 -07:00
Eric Schulte 74498d6055 thinking about and stubbing out functions for referencing external resources 2009-03-23 17:01:11 -07:00
Eric Schulte 63839f7c50 adding support for emacs-lisp blocks 2009-03-23 16:07:02 -07:00