emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] evaluation context in call statements


From: Eric Schulte
Subject: Re: [O] evaluation context in call statements
Date: Wed, 26 Jun 2013 11:11:08 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

> I am sorry, I wanted to say that I want to do something like
> (note: not current behavior)
>
> -------------------------------------------------------------------
> #+NAME: i_am_curious_how_this_works
> #+BEGIN_SRC emacs-lisp
>   (format "%s" org-babel-current-src-block-location)
> #+END_SRC
>
> #+CALL: i_am_curious_how_this_works()
>
> #+RESULTS: i_am_curious_how_this_works()
> : #<marker at 124 in tmp.org>
> #+CALL: i_am_curious_how_this_works()
>
> #+RESULTS: i_am_curious_how_this_works()
> : #<marker at 236 in tmp.org>
>
> -------------------------------------------------------------------
>
> and would like the yet to be defined solution in discussion here to
> make also this possible,

If we do add #+names to call lines, and have them adopt the existing
code block result behavior, then the above will work without
modification.

[...]
>> Currently if you want have separate results for call lines with the same
>> variables you will need to use a dummy variable.
>
> Ok, this answers one of my questions in the other thread and confirms
> my expectation. Does it mean that my patch with the ERT as of
> 2013-06-19 from the other thread is ok for now and can be applied just
> to reflect what is currently supported? Or should I change something
> else in the patch?
>

Yes, I've just applied this patch.  Sorry for the delay.

Thanks,

-- 
Eric Schulte
http://cs.unm.edu/~eschulte



reply via email to

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