Anthony Rossini <arossini(a)biostat.washington.edu> writes:
Solution:
in the function "fume-find-next-latex-section-name", in each call
to concat, make sure that integers
(called fume-tex-\(chapter\|\(sub\)*section\))
are wrapped by (int-to-string).
I'm guessing that you can't mix integers and strings/chars in the concat
function anymore, but you could in betas 39 and earlier. Does this
theory sound correct?
That's it, exactly. I'll submit a patch for you.
--Didier