Re: [PATCH] Updated patch, fixed data structure for table

2022-09-20 Thread Ihor Radchenko
"Christopher M. Miles" 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 > +

[PATCH] Updated patch, fixed data structure for table

2022-04-09 Thread Christopher M. Miles
From 87c17465241b44030945391c6d036b44799a7694 Mon Sep 17 00:00:00 2001 From: stardiviner Date: Sat, 9 Apr 2022 21:14:22 +0800 Subject: [PATCH] ob-clojure.el: Fix header argument :var binding passed table or list data * lisp/ob-clojure.el (org-babel-expand-body:clojure): Add if condition to