Commit graph

189 commits

Author SHA1 Message Date
Eric Schulte ed42f95106 DEFERRED header argument specifying 3D data 2009-07-20 13:20:06 -06:00
Eric Schulte 104f05ef5e DONE helpers from org-plot.el 2009-07-20 13:10:28 -06:00
Eric Schulte 809462e3ee Merge branch 'master' into gnuplot
Conflicts:
	lisp/langs/org-babel-gnuplot.el

With respect to the conflict, I will try removing the lines you
mentioned before my next commit.
2009-07-20 13:07:29 -06:00
Eric Schulte c81479b161 added a :file header argument to gnuplot 2009-07-20 13:04:40 -06:00
Dan Davison 4589aacb51 A couple of fixes to sketched-out parsing algorithm. 2009-07-20 01:33:40 -04:00
Dan Davison 5a5a4253c6 Some notes on possibly adding a recursive evaluation mechanism.
Currently we can't have nested function calls, and I think that a general fix for that would require going the standard route of constructing a parse tree and evaluating it recursively.
2009-07-20 01:24:33 -04:00
Eric Schulte 307c7667db still working on gnuplot variable support 2009-07-19 16:40:28 -06:00
Eric Schulte 9bdddde454 gnuplot: switching to using user defined variables for handling variables
This will require gnuplot version 4.2 or up
2009-07-19 15:46:05 -06:00
Eric Schulte 01c6bd2b33 pulled the gnuplot variable processing out into it's own function 2009-07-19 15:30:40 -06:00
Eric Schulte 006d6d1193 deferring more sophisticated gnuplot prebuilt helpers 2009-07-19 14:53:12 -06:00
Dan Davison 162b522728 Fixing srcname function call regexps.
But still some improvement of this to be done (see bugs section).
2009-07-19 14:29:10 -04:00
Dan Davison bd1ff11b4e Merge commit 'origin/master' 2009-07-19 13:58:03 -04:00
Dan Davison aa1747b065 Quite a few revisions / additions to the tasks and bugs lists. 2009-07-19 13:56:38 -04:00
Eric Schulte b57617bc53 Merge branch 'master' into gnuplot 2009-07-19 11:37:58 -06:00
Eric Schulte 1df8d69c7c some minor additional discussion in o-b.org 2009-07-19 11:17:32 -06:00
Eric Schulte 585f69d1f7 Merge branch 'master' into gnuplot 2009-07-19 11:12:09 -06:00
Eric Schulte c9752352ea added task: "TODO gnuplot support for column/row names"
Adding support for column/row names (as currently being implemented
for R) on a language by language basis is definitely the right way to
handle this hline/header issue.  I am going to try to do the same for
gnuplot.
2009-07-19 11:11:55 -06:00
Eric Schulte 91301b8c29 Merge branch 'master' into gnuplot 2009-07-19 11:02:17 -06:00
Dan Davison 7aafbb0cfc Updating / adding discussion to o-b.org. 2009-07-19 01:45:38 -04:00
Dan Davison daf3e210da Updating o-b.org: two new R colname tests and graphics output discussion. 2009-07-19 01:08:45 -04:00
Eric Schulte 4ff540bfd7 started bringing in options from org-plot 2009-07-18 18:05:11 -06:00
Eric Schulte 2aa721a7dc replacing gnuplot task documentation lost in a merge 2009-07-18 17:57:23 -06:00
Eric Schulte 6070566113 replacing gnuplot task documentation lost in a merge 2009-07-18 17:57:13 -06:00
Dan Davison 1c5ac55881 Updating o-b.org, including a couple of new bugs. 2009-07-18 19:11:14 -04:00
Dan Davison ef6668df61 Merging examplizing-output into master 2009-07-18 18:10:14 -04:00
Dan Davison 4b7eef1a31 Merge commit 'origin/master' 2009-07-18 16:53:11 -04:00
Dan Davison efd48d4405 new bug: avoid stripping whitespace when :results output 2009-07-18 16:53:08 -04:00
Eric Schulte fcfe110fef correctly handling exclusive :exports params 2009-07-18 14:24:47 -06:00
Dan Davison 09675f518e Cherry-picking org-babel.org from examplizing-output. 2009-07-18 15:46:52 -04:00
Dan Davison 20e06fe86f Updating org-babel.org. 2009-07-18 15:40:15 -04:00
Dan Davison 802c5c5292 Updating org-babel.org. 2009-07-18 15:39:47 -04:00
Eric Schulte 61daf1e762 promoted to TODO: use example block for large amounts of stdout output? 2009-07-18 13:14:44 -06:00
Eric Schulte f0adc09a42 added discussion of: PROPOSED optional timestamp for output 2009-07-18 13:14:43 -06:00
Dan Davison cfb9092ede Revising bugs and tasks in org-babel.org 2009-07-18 14:02:22 -04:00
Dan Davison 24927c2a45 Minor changes to org-babel.org 2009-07-18 13:04:00 -04:00
Dan Davison ccc461ef54 Merging master into results. 2009-07-18 13:01:16 -04:00
Dan Davison 6cd9cb6924 Updating org-babel.org 2009-07-18 01:48:53 -04:00
Eric Schulte 58a427f70d agreeing with new tasks 2009-07-17 16:58:57 -06:00
Dan Davison b15beb63d2 Merging master into results to pick up new TODO. 2009-07-17 14:42:31 -04:00
Dan Davison 017d46e50f Reinstated force-results-to-vector: passing all tests in table. 2009-07-17 14:37:43 -04:00
Dan Davison c05ac759ac Trivial: removing whitespace in org-babel.org; passing most tests now. 2009-07-17 14:00:32 -04:00
Eric Schulte 1f9f1564ec added task: take default values for header args from properties 2009-07-17 11:27:41 -06:00
Dan Davison 72ccd88c97 Merging master into results.
THis brings in the bugfix from 4f15280631, as well as gnuplot. The bugfix required manual resolution as it had already been partially addressed in this branch. Also, the interaction of the possibility of being on a #+lob line and the possiblity of being in the middle of an org-babel-exp-results call, meant I had to rearrange things a bit, so this commit has new changes in org-babel-where-is-src-block-result in addition to the merge.
2009-07-17 09:54:11 -04:00
Eric Schulte 1fa18830ab gnuplot is able to generate graphs, but needs much more work 2009-07-16 22:20:58 -06:00
Dan Davison 64a5c0e379 Merging master into results: required manual conflict resolution.
results had upgraded to using org-babel-merge-params (although
apparently not yet in org-babel-parse-inline-src-block-match).
2009-07-16 23:22:25 -04:00
Eric Schulte cdc46b8b74 added ability for languages to change their default header argument values 2009-07-16 18:52:31 -06:00
Eric Schulte 37d5edbad9 fleshing out the gnuplot task 2009-07-16 18:35:22 -06:00
Eric Schulte 5527d419a1 added support for ditaa source blocks 2009-07-16 18:23:19 -06:00
Eric Schulte 29d910c5e2 "file" results now correctly insert a file link 2009-07-16 18:17:51 -06:00
Eric Schulte b932d2ed76 ditaa evaluation is working (but still requires some more peripheral support) 2009-07-16 18:12:11 -06:00