Re: Is reading nested simple lists into org-babel code blocks currently supported? [PATCH] - manual.org

2020-10-31 Thread James Boyle
aybe it should? I've added this > to my growing list of issues related to org babel regularization. > Best! > Tom > > On Thu, Oct 29, 2020 at 7:25 AM James Boyle wrote: > > > > Hi all, > > > > Since this is a bit of a long post, I've put my question

Is reading nested simple lists into org-babel code blocks currently supported?

2020-10-29 Thread James Boyle
by to not barf on an undefined variable error for certain input structures like nested lists. Argument VARS is a tree structure. See above example format." (subst "unordered" 'unordered vars)) (advice-add 'org-babel--get-vars :filter-return #'patch-get-vars-output) #+end_src Thanks again for any help or direction you can provide. James Boyle