Alan Schmitt <alan.schm...@polytechnique.org> writes:

>> #+name:test2 
>> #+begin_src emacs-lisp :var z="bar"
>>   (let ((y (org-sbe test1 (x (intern z)))))
>>     y)
>> #+end_src
>
> Thank you for the suggestion, but it returns a symbol and not the
> string. In the more complex setting I'm playing with I need a string
> there.

w/o knowing what this thread is about (since I did not follow it) I
would say that all you need is

,----------------
| (symbol-name y)
`----------------

as last expression.

-- 
cheers,
Thorsten


Reply via email to