From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Pluim 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: Thu, 08 Nov 2018 18:58:25 +0100 Message-ID: <87zhujsb7i.fsf@gmail.com> References: <86zhwk60ca.fsf@gmail.com> <87efbztccy.fsf@nicolasgoaziou.fr> <87pnvfcwgr.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gKoZm-0004ya-F1 for emacs-orgmode@gnu.org; Thu, 08 Nov 2018 12:58:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gKoZg-0003QX-H5 for emacs-orgmode@gnu.org; Thu, 08 Nov 2018 12:58:41 -0500 Received: from mail-wr1-x444.google.com ([2a00:1450:4864:20::444]:37510) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gKoZg-0003Ny-2j for emacs-orgmode@gnu.org; Thu, 08 Nov 2018 12:58:36 -0500 Received: by mail-wr1-x444.google.com with SMTP id o15-v6so18591208wrv.4 for ; Thu, 08 Nov 2018 09:58:29 -0800 (PST) In-Reply-To: <87pnvfcwgr.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Thu, 08 Nov 2018 18:25:56 +0100") 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 Nicolas Goaziou writes: > Hello, > > Ken Mankoff writes: > >> On Mon, Nov 5, 2018, 13:59 Nicolas Goaziou > >>> >>> What would be the expected output? >>> >> >> There is no output. It doesn't even export. It's a showstopper. No >> references to equations allowed or the exporter fails. > > I know. I can reproduce your problem. But I know nothing about ODT, so > it would help if you could tell me what should be the desired output. At > the moment, referencing anything else than a headline or a target is > unsupported in this back-end, AFAICT. FWIW, the original example works for me if I set 'org-latex-to-mathml-convert-command' to "latexmlmath \"%i\" --presentationmathml=3D%o" as described at (interestingly I didn=CA=BCt have to set #+OPTIONS: LaTeX:t) Robert