0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-17 23:10:12 +00:00
Commit graph

5 commits

Author SHA1 Message Date
Eric Schulte 5805507dc3 currently not even trying to find the table if it's in another file
(but this probably wouldn't be too much work)
2009-03-28 14:25:26 -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 a95cf1c442 stubbing out a file to hold functions for referencing data from header
arguments of source blocks
2009-03-23 16:29:31 -07:00