I'd just like to chime in to note that I am also experiencing this issue.
Eric S Fraga <e.fr...@ucl.ac.uk> writes: > I note that the git log shows a commit which affects tangling: 501b2a191 > > I can no longer tangle with a given file name. The error I get > indicates that the tangling procedure is looking at the first line of > the actual code block. For instance, if I have > > #+begin_src org > ,#+begin_src julia :exports none :results output :tangle "svfmon.jl" > using DigitalFilter > ... > ,#+end_src > #+end_src > > the error message when trying to tangle says: > > Wrong type argument: listp, "using DigitalFilter > > followed by the full src block in the *Messages* buffer. So it seems > that the search for the file name is using the contents of the block. > > Switching to the wip-cite-new branch (since I'm playing with that in any > case) solves the problem for me so no panic. > > thank you, > eric