Dan Davison
93a964d236
Simplifying python results code.
...
Move org-babel-python-table-or-results into the :results value branch
of org-babel-python-evaluate, and get rid of default case (result-type
must always be either output or value). I wonder if the org-babel-trim
s are necessary: they don't seem to be needed in the code for ruby.
2009-07-05 19:16:08 -04:00
Dan Davison
f4eaee5b46
Trivial cosmetic: shortening lines to fit screen
2009-07-05 19:12:06 -04:00
Dan Davison
337f77c10c
Removing results processing from org-babel-python.el
2009-07-05 19:11:40 -04:00
Dan Davison
afdf02b910
Removing results processing from org-babel-sh.el
2009-07-05 19:10:45 -04:00
Dan Davison
2fb922aaa7
Trivial cosmetic: shortening a line to make it fit on screen
2009-07-05 16:08:07 -04:00
Dan Davison
a06c910f37
cosmetic: removing commented debugging code; shortening some lines
2009-07-05 15:52:41 -04:00
Dan Davison
3c932ad603
removing mention of 'babel' as a supported interpreter
2009-07-05 13:53:52 -04:00
Dan Davison
6087aa7c31
Making some lines shorter and other trivial cosmetics
2009-07-05 13:52:21 -04:00
Dan Davison
a13cbf64b6
making :results replace the default
2009-07-05 13:50:25 -04:00
Dan Davison
bd5b9dd32f
another todo: ^[ \t]*#+
2009-07-05 12:55:03 -04:00
Eric Schulte
904ce1f8ad
Merge branch 'master' into tangled-emacs-init
2009-07-01 16:20:08 -07:00
Eric Schulte
de09a9813e
just getting started
2009-07-01 16:16:30 -07:00
Dan Davison
adcfa3c54b
Some todos/bug notes in org-babel.org
2009-06-30 20:46:51 -04:00
Eric Schulte
74b9c8f125
slight simplification
2009-06-27 17:26:07 -07:00
Eric Schulte
978104f1ae
broke tangled source block collection out into it's own function
2009-06-27 17:25:01 -07:00
Eric Schulte
a7c0852264
updated .gitignore to ignore tangled files
2009-06-27 13:37:37 -07:00
Eric Schulte
87e07ee66d
added completion message to `org-babel-tangle'
2009-06-27 13:36:51 -07:00
Eric Schulte
e9c2c6a590
removing debugging statements from org-babel-tangle.el, and beefing up test-tangle.org
2009-06-27 13:24:49 -07:00
Eric Schulte
6518065f28
now working with multiple source-blocks
2009-06-27 13:13:37 -07:00
Eric Schulte
092a54ed85
added to the tangle tests
2009-06-27 13:13:26 -07:00
Eric Schulte
5621c105bf
removed org-babel-alist-pop
2009-06-27 13:12:30 -07:00
Eric Schulte
50abb08479
misc tweaks
2009-06-27 12:44:12 -07:00
Eric Schulte
760e811c8c
org-babel-alist-pop now actually does modify alist
2009-06-27 12:44:05 -07:00
Eric Schulte
b4f072f9bb
moving around tangle test files
2009-06-27 12:43:47 -07:00
Eric Schulte
0d3952ecf6
inserting links in a comment before source-code blocks
2009-06-27 11:58:13 -07:00
Eric Schulte
e05ddae2f7
now requiring cl
2009-06-27 11:58:00 -07:00
Eric Schulte
fba47f3651
now able to generate source files (not really tested or complete)
2009-06-26 12:12:23 -07:00
Eric Schulte
9dd3050ce0
Merge branch 'master' into tangle
2009-06-26 11:45:16 -07:00
Eric Schulte
b8f1d920f9
added "Getting Started" to org-babel.org preface
2009-06-26 11:45:05 -07:00
Eric Schulte
c09041b785
more fleshing out of writing to file
2009-06-26 11:43:50 -07:00
Eric Schulte
e16c896c80
some more work on writing out to files
2009-06-26 10:25:31 -07:00
Eric Schulte
89f4d92829
Merge branch 'master' into tangle
2009-06-26 10:20:17 -07:00
Eric Schulte
2014a95767
now loading utility files before language-specific files
2009-06-26 10:10:29 -07:00
Dan Davison
f8b331dd1c
Blanking results fields in the Tests table
2009-06-26 10:38:14 -04:00
Dan Davison
6c34513c51
Added a 'Getting Started' section to org-babel.org with the necessary (require ...) line
2009-06-26 10:15:42 -04:00
Eric Schulte
fed7056833
stubbed out functions for inserting source-blocks into files
2009-06-25 20:17:21 -07:00
Eric Schulte
d469181978
org-babel-tangle is collecting blocks by language->session
2009-06-25 20:12:12 -07:00
Eric Schulte
d9b96acd82
Merge branch 'master' into tangle
2009-06-25 01:15:00 -07:00
Eric Schulte
4609674897
expanded/improved preface in org-babel.org
2009-06-25 01:14:51 -07:00
Eric Schulte
b6f0759e65
expanded/improved preface in org-babel.org
2009-06-25 01:14:39 -07:00
Eric Schulte
aad03ff615
Merge branch 'master' into tangle
2009-06-25 00:41:34 -07:00
Eric Schulte
e6a9f79eed
added description of document to org-babel.org preface
2009-06-25 00:41:23 -07:00
Eric Schulte
c6d7014fa8
adding introductory phrase
2009-06-24 22:46:01 -07:00
Eric Schulte
3ab7412410
started on implementation
2009-06-15 15:35:11 -07:00
Eric Schulte
1c1b40636a
now using org-babel-tangle-langs to track file extensions and shebang lines
2009-06-15 15:25:46 -07:00
Eric Schulte
fdfe40d3c6
Merge branch 'master' into tangle
2009-06-15 13:38:47 -07:00
Eric Schulte
d370fadcf2
added a "features" portion to the intro with info on sessions and results
2009-06-15 13:37:42 -07:00
Eric Schulte
dd7ba333a7
Library of Babel should only try to ingest named source blocks
2009-06-15 12:55:02 -07:00
Eric Schulte
3920102905
Library of Babel should only try to ingest named source blocks
2009-06-15 12:54:29 -07:00
Eric Schulte
9e5f634135
Merge branch 'master' into tangle
2009-06-15 12:53:00 -07:00