emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] return link to :file when using #+call


From: Myles English
Subject: [Orgmode] return link to :file when using #+call
Date: Fri, 31 Dec 2010 00:05:34 +0000

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



reply via email to

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