Hello all,

Please could someone show me how to get an org link to the file in the
results when using #+call with an R source block?

This is the test I am using:

#+source: foo()
#+begin_src R :file bar.png
plot(1,1)
#+end_src

#+results: foo()
[[file:bar.png]]
( so that works fine )

#+call: foo[:file baz.png]()

#+results: foo[:file baz.png]()
: baz.png
( but I wanted [[file:baz.png]] there )

I'm using the commit 1495bc6 of 12th December.

Thank you,

Myles

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to