When I try to export an Org buffer containing plural biblatex cite macros the export fails and I get the following message:
org-export-latex-preprocess: Wrong type argument: stringp, nil
A plural biblatex macros is macros, such as \autocites
, \textcites
, that can take multiple argument where each argument in curly braces is a bibliography reference and a concrete example is the following
\autocites[11]{someref}[22]{anotherref}
If the above example is placed in an Org-buffer and C-e L is pressed the export fails with the message quoted above.
How can I make Org-mode recognize plural biblatex cite macros so that export is successful?
I am running Org-mode 7.6 in Emacs 23.3.1.
I think it may now be working, I just tested the following:
LaTeX export succeeded, however I was not able to have it push all the way to pdf (
C-c C-e d
). The LaTeX export succeded but it could not convert to pdf (I likely don't have my preamble or packages configured properly for it). I'm assuming if the latex comes out properly it should be able to be possible to get it to result in a pdf if required.Latex export (missing preamble):
Assuming this is the output you'd be expecting from that file, I'd guess that the issue has been resolved at some point between 7.6 and 7.8.
Further testing as requested
becomes
It seems it would therefore be working for all cases