Aloha, Try this (should be one line):
#+call: dated-events-plot[:file out.pdf](bcal=test, theme="gray") :results file
Yours, Christian On 7/2/11 8:45 PM, Thomas S. Dye wrote:
Aloha all, I have a generic R function that creates a plot and returns a link to the file in the #+results: line. When I #+call: the function as follows the plot file is output correctly, but the #+results: line doesn't contain a link. #+call: dated-events-plot[:file out.pdf](bcal=test, theme="gray") #+results: dated-events-plot[:file out.pdf](bcal=test, theme="gray") : out.pdf How can I #+call: my generic function so the #+results: line contains a link? All the best, Tom