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 |
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 |
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 |
Eric Schulte
|
1c0e5f0ade
|
added functional test for deeply nested argument lists
|
2009-07-22 16:10:53 -06:00 |
Eric Schulte
|
34cf22bdaa
|
DONE Fix nested evaluation
and commenting out debugging statements
|
2009-07-22 16:05:13 -06:00 |
Eric Schulte
|
66faa937f8
|
DONE deeply nested arguments still fails
added a function `org-babel-ref-split-args' for splitting arguments
into top-level balanced expressions
|
2009-07-22 16:04:19 -06:00 |
Eric Schulte
|
b10c0fb70b
|
added discussion of correct parsing of deeply nested arguments
|
2009-07-22 12:09:10 -06:00 |
Eric Schulte
|
bbc08d3949
|
added TODO deeply nested arguments still fails
|
2009-07-22 12:05:02 -06:00 |
Eric Schulte
|
8df56a1026
|
DEFERRED Default over-ridden
|
2009-07-22 12:02:21 -06:00 |
Eric Schulte
|
703e6152b4
|
DEFERRED Rely on defaults (one of which is missing)
|
2009-07-22 12:00:47 -06:00 |
Eric Schulte
|
30259844b9
|
DONE Both supplied
|
2009-07-21 16:46:53 -06:00 |
Eric Schulte
|
fe0532e509
|
DONE One supplied, one default
We are now skipping results lines when resolving references which
specify arguments, as the arguments would change the value of the
source-code block.
|
2009-07-21 16:46:26 -06:00 |
Eric Schulte
|
2bfa420c6a
|
DONE empty parens () not recognised as lob call
|
2009-07-21 16:27:48 -06:00 |
Eric Schulte
|
68bd53cf7c
|
Merge branch 'master' into investigation
Conflicts:
org-babel.org
|
2009-07-21 16:00:42 -06:00 |
Dan Davison
|
5d1ee80683
|
Adding tests of default args using lob evaulation.
|
2009-07-21 15:48:45 -04:00 |
Dan Davison
|
ad7b17c393
|
Moving nested evaluation from Tasks to Bugs
|
2009-07-21 15:48:14 -04:00 |
Eric Schulte
|
53c08df3ae
|
so it looks like regardless of the syntax used we're not overriding
the default argument values.
|
2009-07-21 12:22:59 -06:00 |
Eric Schulte
|
a58dd8e3af
|
bringing in o-b.org from evaluation branch
|
2009-07-21 12:15:38 -06:00 |
Eric Schulte
|
d4b7914f7c
|
DONE gnuplot [7/7]
|
2009-07-20 14:04:37 -06:00 |
Eric Schulte
|
85dc35656d
|
DONE gnuplot sessions
|
2009-07-20 13:33:53 -06:00 |
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
|
e5b2e307fa
|
removed the result-params from the let in org-babel-gnuplot,
keeping the vars line in the let for now because of the peculiar
handling of the vars in gnuplot.
|
2009-07-20 13:10:11 -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 |