emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] How do I chain babel blocks with arguments?


From: Thorsten Jolitz
Subject: Re: [O] How do I chain babel blocks with arguments?
Date: Thu, 17 Apr 2014 12:24:38 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Alan Schmitt <address@hidden> 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

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