emacs-orgmode
[Top][All Lists]
Advanced

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

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


From: Eric Schulte
Subject: Re: [Orgmode] Re: return link to :file when using #+call
Date: Wed, 05 Jan 2011 23:28:00 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Hi Myles,

Currently I believe the best option is the solution you posted below,
the file name is repeated because both the code block and the call line
need to know the file name to create the file and the link respectively.

Cheers -- Eric

Myles English <address@hidden> writes:

> Myles English <mylesenglish <at> gmail.com> writes:
>
>> #+source: foo()
>> #+begin_src R :file bar.png
>> plot(1,1)
>> #+end_src
>
> This works but I have to repeat the filename:
>
> #+call: foo[:file baz.png]() :file baz.png
>
> #+results: foo[:file baz.png]()
> [[file:baz.png]]
>
>   Myles
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode



reply via email to

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