Re: [Orgmode] org-babel: feature-request: allow table-cells to be passed as strings

2010-10-04 Thread Eric Schulte
Hi, Could you send an example of the contents of such a cell, and what it is converted to? Maybe it will be possible to improve the parsing of numerals in Babel s.t. we don't lose precision in these cases. Thanks -- Eric Marc-Oliver Ihm writes: > Hello ! > > Currently org-babel, when passing

Re: [Orgmode] [org-babel] Feature request: Get a scalar for "data=example-table[0, 1]"

2010-04-21 Thread Darlan Cavalcante Moreira
Thank you Eric, That was much faster then I had expected. :) It works perfectly now. Regarding the hlines, I find more intuitive not counting them for indexing, since this is how table formulas work in org, but I'm OK with whatever solution you and Dan come up with. At last, after loading messag

Re: [Orgmode] [org-babel] Feature request: Get a scalar for "data=example-table[0, 1]"

2010-04-21 Thread Eric Schulte
Hi Darlan, Darlan Cavalcante Moreira writes: > In the org-babel documentation we see that one can pass a single element > from a table to a babel source block with > , > ! :var data=example-table[0,1] > ` > > I assumed that I would get a scalar value, but it seems that I still get a > ta

Re: [Orgmode] org-babel feature request

2009-10-11 Thread Maurizio Vitale
> "Dan" == Dan Davison writes: Dan> Maurizio Vitale Dan> writes: >>> "Dan" == Dan Davison writes: >> Dan> Maurizio Vitale Dan> Dan> writes: >> Dan> [...] >> >> >> It would be nice if it was possible to have multiple result >> >> sectio

Re: [Orgmode] org-babel feature request

2009-10-11 Thread Maurizio Vitale
> "Dan" == Dan Davison writes: Dan> Maurizio Vitale Dan> Dan> writes: Dan> [...] >> It would be nice if it was possible to have multiple result >> sections. This way I could embed in the document the result that >> was obtained when writing the documentation, wh

Re: [Orgmode] org-babel feature request

2009-10-10 Thread Dan Davison
Maurizio Vitale writes: >> "Dan" == Dan Davison writes: > > Dan> Maurizio Vitale > Dan> > Dan> writes: > > Dan> [...] > > >> It would be nice if it was possible to have multiple result > >> sections. This way I could embed in the document the result that > >> was

Re: [Orgmode] org-babel feature request

2009-10-10 Thread Dan Davison
Maurizio Vitale writes: [...] > It would be nice if it was possible to have multiple result > sections. This way I could embed in the document the result that was > obtained when writing the documentation, while still allowing the person > following the recipe to evaluate again the shell script