>> >> There is (git from a couple of days ago) a problem with referring
>> >> to equations containing an underscore in the label, I am fairly
>> >> sure it was allowed before, e.g.:
>> >>
>> >> #+LABEL: Equation:new_eq \begin{equation} x=\sqrt{b} \end{equation}
>> >>
>> >> Referring to an equation with an underscore: \ref{Equation:new_eq}
>> >>
>> >> I get a libreoffice popup:
>> >>
>> >> "Read Error. Format error discovered in the file in sub-document
>> >> content.xmlat 2236,92(row,col)."
>> >>
> OK - phew (although I may not be out of the woods yet). It seems that the
> underscore in the link is interpreted as a subscript:
>
> ,----
> | ...
> | Referring to an equation with an underscore: <text:sequence-ref
> | text:ref-name="Equation:new<text:span
> | text:style-name="OrgSubscript">eq</text:span>"/>
> `----
Nick, Thanks for debugging this and isolating the root cause.
Myles, I have pushed a fix few minutes ago. Hope things are OK now.
--