Commit graph

271 commits

Author SHA1 Message Date
Eric Schulte 8ba39da7e9 [BUG FIX] DONE non-orgtbl formatted lists 2009-08-14 15:15:23 -06:00
Eric Schulte 9b25adfd48 no longer adding extra lines with table output 2009-08-14 15:07:29 -06:00
Eric Schulte 945200790a fixed bug: DONE adding blank line when source-block produces no output 2009-08-14 14:57:36 -06:00
Eric Schulte 763ef6b5df small expansion of journals section in org-babel.org 2009-08-14 14:46:28 -06:00
Eric Schulte fe7c63b18c STARTED new results types (org, html, latex)
added a "raw" or "org" results header
2009-08-13 13:31:51 -06:00
Dan Davison 412d991967 Bug report: example of failure of python session evaluation 2009-08-13 14:15:39 -04:00
Dan Davison 56033f78f5 Another peer-reviewed publication would be an article in R-journal
describing use of org-babel for RR using R.
2009-08-13 14:15:01 -04:00
Dan Davison da1f01629d Merge commit 'origin/master' 2009-08-12 22:17:18 -04:00
Dan Davison 110c68787d Initial notes on suitable journals for an org-babel publication. 2009-08-12 22:17:11 -04:00
Eric Schulte eb2315e3d0 additional tasks
** TODO org-bable-tangle: no default extension if one already exists
 ** TODO source-name visible in LaTeX and html exports
2009-08-11 12:58:48 -06:00
Eric Schulte 87c352eee2 PROPOSED require users to explicitly turn on each language
I'd be interested to hear feedback on this... While I don't want to
  increase the burden of instillation I don't see any other option
2009-08-09 19:01:06 -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 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 692efeac68 changes to Org-babel documentation 2009-08-05 08:02:25 -06:00
Eric Schulte 96c9696064 added support for CSS 2009-08-04 12:43:06 -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 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 46990352af started along the path towards supporting SQL 2009-08-01 14:00:37 -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
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