From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jambunathan K Subject: Re: [odt] equation labels Date: Wed, 02 Nov 2011 23:51:31 +0530 Message-ID: <811utqz8pg.fsf@gmail.com> References: <87y5w5aoyx.fsf@gmail.com> <81ipn6f7uh.fsf@gmail.com> <8739e9nzpg.fsf@gmail.com> <818vnz639e.fsf@gmail.com> <87ipn2slwm.fsf@gmail.com> <21285.1320241100@alphaville.dokosmarshall.org> <87d3dasho8.fsf@gmail.com> <23246.1320245550@alphaville.dokosmarshall.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:37671) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLfRw-0000sE-Hy for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 14:22:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RLfRv-0000rC-3l for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 14:22:08 -0400 Received: from mail-qy0-f176.google.com ([209.85.216.176]:61442) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RLfRu-0000r4-Ta for emacs-orgmode@gnu.org; Wed, 02 Nov 2011 14:22:07 -0400 Received: by qyk29 with SMTP id 29so606609qyk.0 for ; Wed, 02 Nov 2011 11:22:06 -0700 (PDT) In-Reply-To: <23246.1320245550@alphaville.dokosmarshall.org> (Nick Dokos's message of "Wed, 02 Nov 2011 10:52:30 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Myles English Cc: nicholas.dokos@hp.com, emacs-orgmode@gnu.org >> >> 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:ref-name="Equation:new | text:style-name="OrgSubscript">eq"/> > `---- Nick, Thanks for debugging this and isolating the root cause. Myles, I have pushed a fix few minutes ago. Hope things are OK now. --