From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Bug: ODT export fails if NAME: and ref: equation [9.1.14 (9.1.14-1-g4931fc-elpa @ /home/kdm/.emacs.d/elpa/org-20180910/)] Date: Mon, 05 Nov 2018 22:59:09 +0100 Message-ID: <87efbztccy.fsf@nicolasgoaziou.fr> References: <86zhwk60ca.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gJn13-00005v-JR for emacs-orgmode@gnu.org; Mon, 05 Nov 2018 17:06:40 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gJmtx-0006dF-Ns for emacs-orgmode@gnu.org; Mon, 05 Nov 2018 16:59:23 -0500 Received: from relay10.mail.gandi.net ([217.70.178.230]:45109) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gJmts-0006YG-LJ for emacs-orgmode@gnu.org; Mon, 05 Nov 2018 16:59:13 -0500 In-Reply-To: (Ken Mankoff's message of "Mon, 5 Nov 2018 13:17:00 -0800") 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" To: Ken Mankoff Cc: emacs-orgmode@gnu.org Hello, Ken Mankoff writes: > Bumping this bug report. Still valid with this mornings elpa-updated > org-20181105. No wonder no one answered this; there is nothing simple in "ox-odt.el". >> If I have the following simple Org file, latest Org, and a clean emacs >> session (emacs -Q), ODT export fails. >> >> # ====== BEGIN MWE ======== >> #+NAME: eq:foo >> \begin{equation} >> 42 >> \end{equation} >> See [[eq:foo]]. >> # ====== END MWE ======== >> >> It does not fail if I comment out either of the #+NAME or the "[[eq:foo]]" >> lines. What would be the expected output? Regards, -- Nicolas Goaziou