Commit graph

674 commits

Author SHA1 Message Date
Eric Schulte 46990352af started along the path towards supporting SQL 2009-08-01 14:00:37 -06:00
Eric Schulte 06a6d5782b added "other" to .gitignore for saving related tools/files/ideas 2009-08-01 12:54:35 -06:00
Eric Schulte 227540bce1 DONE new reference syntax *inside* source code blocks
noweb style references are now expanded on tangle
2009-07-31 17:01:40 -06:00
Eric Schulte 17b2008968 now able to return the current source-code block's body with noweb references expanded
new function is `org-babel-expand-noweb-references'
2009-07-31 16:53:02 -06:00
Eric Schulte 96016821ba updated documentation for new tangling syntax
and re-ordered the tasks
2009-07-30 20:18:34 -06:00
Eric Schulte bfdc0bbb35 DONE re-work tangling system
the tangling header arguments are now working along the new NuWeb
  inspired schema
2009-07-30 20:14:35 -06:00
Eric Schulte 5c6308d804 org-babel-load-file now working under new tangling schema 2009-07-30 20:02:18 -06:00
Eric Schulte 56b18db9b8 STARTED re-work tangling system
haven't done any debugging but all of the main code changes have
  been made in org-babel-tangle.el
2009-07-30 08:57:26 -06:00
Eric Schulte 0fd84e9429 added tasks for implementing nuweb-style literate programming
TODO new reference syntax *inside* source code blocks
TODO re-work tangling system
2009-07-29 19:08:45 -06:00
Eric Schulte 5317ca6667 TASK: TODO SQL support 2009-07-28 21:30:14 -06:00
Eric Schulte 9d3cab4339 BUG: TODO export problems when support for a language is missing 2009-07-28 21:29:29 -06:00
Eric Schulte aa8bcd9f38 DONE optionally evaluate header references when we switch to =*Org Edit Src*= buffer
If `org-edit-special' is called with a prefix argument from inside a
  source-code block which has a session, then the session is prepared
  according to the header arguments of the source-code blocks.

  This is implemented at a `defadvice' because the org-edit-src-hook
  is called from inside of the edit buffer, rather than the org
  buffer, and it wasn't clear how to access a prefix arg from inside
  of the hook.
2009-07-28 08:30:23 -06:00
Eric Schulte 33d33b8f9c DONE use new merge function 2009-07-26 20:58:23 -06:00
Eric Schulte cef7eed44d updated task counter 2009-07-25 20:30:59 -06:00
Eric Schulte eea8d48b32 Merge branch 'master' into nonbroken-results
Conflicts:
	org-babel.org
2009-07-25 20:28:53 -06:00
Eric Schulte 751bd666d1 DONE creeping blank lines
it looks like the changes I made to result insertion while working
  with org-babel-open-src-block-result may have fixed this bug
2009-07-25 16:05:05 -06:00
Eric Schulte 2fd9accd98 DONE =\C-c \C-o= to open results of source block 2009-07-25 15:48:23 -06:00
Eric Schulte 89dbf83e2a now intercepting org-open-at-point (bound to C-c C-0) with defadvice 2009-07-25 15:37:34 -06:00
Dan Davison fc3beaec7c Reject todo task regarding sending code to inferior process. 2009-07-25 15:15:52 -04:00
Dan Davison a41feacbef Add patch against org core regarding source code edit buffers, with explanation. 2009-07-25 15:15:07 -04:00
Dan Davison 66949199a7 Merge commit 'origin/master' 2009-07-25 14:26:48 -04:00
Eric Schulte 97d8e85a92 added more tests, still not there 2009-07-24 22:12:52 -06:00
Eric Schulte f4f626e3e1 now able to open file links 2009-07-24 21:54:17 -06:00
Eric Schulte 3692c4b3a5 starting work on allowing opening of src-block results
not yet working
2009-07-24 20:53:13 -06:00
Eric Schulte 82e4af78d9 backfilling languages in the "add languages" task 2009-07-24 20:19:24 -06:00
Eric Schulte e842d3c36b DONE asymptote
added support for asymptote (another graphing language)

  for information on asymptote see http://asymptote.sourceforge.net/
2009-07-24 20:17:49 -06:00
Dan Davison e563fd361e Merge commit 'origin/master' 2009-07-24 22:11:12 -04:00
Dan Davison 7d3723c86a New todo: use srcname in edit buffer name 2009-07-24 22:11:09 -04:00
Eric Schulte df4d41719d passing all tests
didn't fix anything, just some cleanup
2009-07-24 19:42:44 -06:00
Eric Schulte 4bec1ece20 DONE dot
added support for the dot graphing language
  (http://www.graphviz.org/)
2009-07-24 19:39:48 -06:00
Dan Davison 3b332d252a Update org-babel.org. 2009-07-23 23:11:39 -04:00
Dan Davison 3457849008 Fix naive argument parsing at #+srcname. 2009-07-23 23:11:17 -04:00
Dan Davison f53d61980f Fix argument parsing bug. 2009-07-23 22:55:29 -04:00
Dan Davison 6524ce510a Simplifying remaining parsing/defaults bug example. 2009-07-23 22:41:26 -04:00
Dan Davison c2bef96b7f Fix parser bug. 2009-07-23 22:32:03 -04:00
Dan Davison d48ec0884b Simplify example that is breaking parser. 2009-07-23 22:12:09 -04:00
Dan Davison 4e3c32d7d6 Bug triaging (some weren't bugs).
Some of my perceived problems were caused by there being two
definitions of a source block named 'adder'.
2009-07-23 22:01:18 -04:00
Dan Davison da4f2b9936 Registered bug as fixed. 2009-07-23 21:18:09 -04:00
Dan Davison fadb5d5093 Change looking-at-p to looking-at.
Patch from Stephan Schmitt.
2009-07-23 11:06:44 -04:00
Dan Davison f0a003d160 Add note on creating presentations from org files. 2009-07-22 23:42:08 -04:00
Dan Davison 50983a1f54 org-babel-ded-worg.org contents are now in new file org-babel-worg.org 2009-07-22 23:40:53 -04:00
Dan Davison 816c54274c Merge commit 'origin/master' 2009-07-22 22:30:54 -04:00
Dan Davison 4c2faf86c0 Proposed task: un-named args, plus minor update to o-b.org 2009-07-22 22:30:36 -04:00
Eric Schulte 6b5747fdfa Revert "DONE take default values for header args from properties"
This is breaking many of our tests, so I'm reverting it until I can figure out a fix

This reverts commit 9936814ffc.
2009-07-22 19:02:12 -06:00
Eric Schulte 9936814ffc DONE take default values for header args from properties 2009-07-22 18:59:10 -06:00
Eric Schulte 51cfe9e468 DONE add =:tangle= family of header arguments
these can be used to inhibit tangling
2009-07-22 18:30:30 -06:00
Dan Davison 97a6749e35 Added some more pathological examples of default args / nesting bugs. 2009-07-22 19:47:27 -04:00
Eric Schulte 4f15568a96 org-babel-ded-worg looks great, I hope you don't mind I'm adding a
"Reference / Documentation" section to hold documentation on the many
header arguments
2009-07-22 17:17:06 -06:00
Eric Schulte 776165745e replacing the Bugs header which I somehow deleted 2009-07-22 16:20:15 -06:00
Eric Schulte 6e0097eb8e DONE Default args
this is a result of fixing the nested arguments bug
2009-07-22 16:12:29 -06:00