Eric Schulte
430a3bf6ad
org-babel: "code" results type for returning results in of source code syntax
...
This includes the required changes to org-babel.el and a
language-specific implementation for emacs-lisp. The emacs-lisp
changes are from a patch by Benny Andresen.
2009-10-16 17:04:55 -06:00
Eric Schulte
b0c1758c2a
org-babel: dot improvements
...
for more information on the dot family of tools see
http://www.graphviz.org/
2009-10-14 16:03:40 -06:00
Eric Schulte
0444ca8661
org-babel: haskell lhs2tex export now responds to prefix argument
2009-10-09 11:44:27 -06:00
Dan Davison
e079584e56
org-babel: make tangling honour org-src-preserve-indentation
...
This allows python code to be tangled (i.e. extracted) correctly by
org-babel-tangle. Previously, if e.g. methods of a class were in
separate blocks, then they would be incorrectly indented as top-level
functions in the tangled output.
2009-10-08 12:29:37 -04:00
Eric Schulte
c0d54a9a6b
org-babel: Haskell lhs export: ensure all \[begin|end]{code} statements start at the first column
2009-10-07 16:01:24 -06:00
Eric Schulte
27df66d8da
org-babel: added :session to the header-arguments allowed in headline properties
2009-10-07 12:46:23 -06:00
Eric Schulte
407bf3b816
org-babel: haskell lhs export now displays errors and configurable org-babel-haskell-lhs2tex-command
2009-10-04 17:49:01 -06:00
Eric Schulte
63b360041f
org-babel: org-babel-haskell can now export to .lhs literate Haskell
...
this commit adds the function `org-babel-haskell-export-to-lhs'
for information on lhs see http://people.cs.uu.nl/andres/lhs2tex/
2009-10-04 16:41:45 -06:00
Benjamin Andresen
ce4aad900a
org-babel: add langs/org-babel-screen.el
2009-10-04 10:22:30 -06:00
Dan Davison
fe5c0d96c6
org-babel: tightening up insertion of results
...
Previously, altering the name of a source block, followed by C-c C-c,
did not alter the name of the corresponding results.
2009-09-30 07:19:15 -06:00
Dan Davison
ab7a58aaff
org-babel: change regexp parsing of #+srcname line
...
One thing that was going wrong was that if #+srcname: was provided
with no subsequent name, the name was taken from the next line.
2009-09-30 07:19:14 -06:00
Dan Davison
92934c7c9b
org-babel: allow #+lob line to be terminated by end-of-buffer
2009-09-30 07:19:13 -06:00
Dan Davison
10ea3ad10b
org-babel: make :file header arg imply :results file
2009-09-28 18:55:41 -06:00
Dan Davison
7c32bc5672
org-babel: allow header args to be specified on #+lob line
2009-09-28 18:55:39 -06:00
Eric Schulte
3f1be49a04
adding org-babel-load-in-session-maybe bound to Meta-Up (currently only for Haskell)
2009-09-24 21:58:49 -06:00
Eric Schulte
0fa8a7feac
fleshed out org-babel-haskell-prep-session (called with Meta-Down inside source block)
2009-09-24 21:58:48 -06:00
Eric Schulte
4cb3e3704e
org-babel: cleaned up code that inserts results
2009-09-22 19:49:49 -06:00
Eric Schulte
63b0f3878e
org-babel is better at evaluating indented code blocks
2009-09-16 19:33:10 -06:00
Eric Schulte
a704ce4896
org-babel-asymptote now supports interactive viewing if the :file header argument is missing
2009-09-16 16:21:45 -06:00
Eric Schulte
8e87868df2
org-babel: asymptote maps to asy-mode in `org-src-lang-modes' and added requirements section to org-babel-asymptote.el
2009-09-16 10:54:43 -06:00
Eric Schulte
6ce74742b8
org-babel-execute:gnuplot no longer pops up a gnuplot window
...
also some whitespace-only indentation changes in org-babel.el
2009-09-14 20:22:56 -06:00
Eric Schulte
dacd052bef
brought in latest library-of-babel.org from worg
2009-09-13 21:15:17 -06:00
Eric Schulte
133aa88a06
renaming the org-babel-lisp file to org-babel-emacs-lisp
2009-09-13 10:07:31 -06:00
Eric Schulte
9c6309908f
removing .gitignore from contrib/babel
2009-09-12 20:22:24 -06:00
Eric Schulte
d5d8608a97
now respects the properties on export
2009-09-12 12:14:09 -06:00
Eric Schulte
2d2a2a1956
trimming down the size of contrib/babel
2009-09-12 11:39:38 -06:00
Eric Schulte
eec9c235d0
moving/removing files, and updating paths
2009-09-11 13:56:14 -06:00
Eric Schulte
c0554c7753
merging with the org-babel repository
2009-09-11 13:44:05 -06:00