Commit graph

651 commits

Author SHA1 Message Date
Eric Schulte f6f514596a small changes to org-babel-worg.org 2009-08-09 12:40:23 -06:00
Eric Schulte 9f337b983c additions to org-babel-worg.org 2009-08-09 12:36:10 -06:00
Eric Schulte 2f50cb659f DONE Allow source blocks to be recognised when #+ are not first characters on the line 2009-08-09 08:29:06 -06:00
Eric Schulte a33b96c3d6 added link to code repo to org-babel-worg.org 2009-08-07 21:17:31 -06:00
Eric Schulte dace414f6a PROPOSED new results types (org, html, latex)
Thanks to Tom Short for this recommendation.
2009-08-06 15:13:01 -06:00
Eric Schulte 786ca62a0c need to be more careful about putting broken source code blocks into the library 2009-08-05 13:35:07 -06:00
Eric Schulte 692efeac68 changes to Org-babel documentation 2009-08-05 08:02:25 -06:00
Eric Schulte cf0be4465b updating README for with pointer to new org-babel web-page on github 2009-08-04 13:56:53 -06:00
Eric Schulte 8a2f8764c4 now using lob-image which is shared under Creative-Commons Liscence 2009-08-04 13:30:07 -06:00
Eric Schulte 83a8e50e52 ignoring .css files 2009-08-04 13:23:36 -06:00
Eric Schulte 5d4ac21aca languages are now able to specify that they don't support comments for tangling 2009-08-04 13:23:23 -06:00
Eric Schulte 6a9cd84440 aesthetic updates to documentation 2009-08-04 13:09:08 -06:00
Eric Schulte bf538e4d9a removed duplicate image 2009-08-04 13:01:42 -06:00
Eric Schulte aba74e8054 adding files/functions for publishing org-babel documentation 2009-08-04 13:00:39 -06:00
Eric Schulte 96c9696064 added support for CSS 2009-08-04 12:43:06 -06:00
Eric Schulte 9df56be538 tangling now preserves order of source-code blocks from the original file 2009-08-03 11:00:42 -06:00
Eric Schulte 96c8457208 adding third-party gnuplot-mode to util directory 2009-08-03 10:41:45 -06:00
Eric Schulte e247c0d7f3 fixed small bug in org-babel-map-source-blocks 2009-08-03 08:19:16 -06:00
Eric Schulte b97ca2047d DONE are the org-babel-trim s necessary? 2009-08-02 12:00:29 -06:00
Eric Schulte 05567124a8 DONE LoB is not populated on startup 2009-08-02 11:36:54 -06:00
Eric Schulte 132eb91b68 no longer ensuring that noweb style references are inside comments
it was slow buggy and brought in more requirements
2009-08-01 19:33:01 -06:00
Eric Schulte cbae0b231f added org-babel-sql to org-babel-init.el 2009-08-01 19:22:41 -06:00
Eric Schulte 5b71912531 *very minimal* support for sql code blocks
see the comments in org-babel.org for more that can be done
2009-08-01 19:05:18 -06:00
Eric Schulte 9537047b14 Merge branch 'master' into sql-support 2009-08-01 18:24:28 -06:00
Eric Schulte 8506995b9d added 'var' as a possible header argument to be read from outline properties 2009-08-01 18:10:17 -06:00
Eric Schulte 735a1556b6 DONE take default values for header args from properties 2009-08-01 18:06:46 -06:00
Eric Schulte 883a174357 bringing back default values from properties
originally in commit 6b5747fdfa
2009-08-01 15:43:37 -06:00
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