Christer Enfors <[email protected]> writes: > I'm trying to investigate this, but I'm not sure I know enough about > babel (which is basically nothing) to be able to do so. When I follow > the prescribed steps to reproduce the problem (the files are provided in > the next email in the thread from the one I'm replying to), instead of > the errors listed here I get: > > Unknown Babel reference: foo > > I don't know if that suggests that my babel setup is incomplete so I'm > not even able to try to reproduce the error, or if this is the message > you're supposed to get if this is fixed. Please advice.
Confirmed. It is a bug in the parser. What is not visible in the message is that unknown babel reference is "foo\n" with newline. The parser expects #+CALL: name() with parenthesis yet trying to parse without () as well. I will need to think how to fix this cleanly. -- Ihor Radchenko // yantar92, Org mode maintainer, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>
