"Loris Bennett" <loris.benn...@fu-berlin.de> writes:

> Hi,
>
> I have a CALL which produces a table, which just gets the keyword
> RESULT.  I would like to plot the data in the table with R and so would
> like to refer to the data in the table.
>
> It seems I need to need to replace RESULT by NAME in
> org-babel-results-keyword, but how do I pass the actual name?
>
> Cheers,
>
> Loris

Make the CALL named:

#+name: foo
#+call: foo()

HTH,
Andreas


Reply via email to