Ihor Radchenko <[email protected]> writes: > "Christopher M. Miles" <[email protected]> writes: > >> + ;; variable's value is a list from org-mode passed table >> or list. >> + (if (listp (cdr (car vars))) >> + (format "(let [%s]\n%s)" >> + (mapconcat >> + (lambda (var) >> + (format "%S '%S" (car var) (cdr var))) >> + vars >> + "\n ") > > Do I miss something, or you only test the first variable assignment here? > What if there are multiple assignments (:var a=X,b=Y)?
No answer since a very long time, feel free to reopen if needed. Closed (for our BONE tracker at https://tracker.orgmode.org/). -- Bastien
