emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Naming a table produced by a CALL


From: Andreas Leha
Subject: Re: [O] Naming a table produced by a CALL
Date: Fri, 24 Jan 2014 14:03:53 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

"Loris Bennett" <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]