From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: ox-odt in Org 8.2.10 and 9.1.13: killed buffer is read-only Date: Wed, 30 May 2018 13:14:56 +0200 Message-ID: <878t811jkf.fsf@nicolasgoaziou.fr> References: <87in78t31l.fsf@hyperbola.info> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fNz4L-0006MX-J7 for emacs-orgmode@gnu.org; Wed, 30 May 2018 07:15:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fNz4G-0005zN-Hf for emacs-orgmode@gnu.org; Wed, 30 May 2018 07:15:05 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:52031) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fNz4G-0005yr-BQ for emacs-orgmode@gnu.org; Wed, 30 May 2018 07:15:00 -0400 Received: from saiph (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id 976DC40008 for ; Wed, 30 May 2018 13:14:58 +0200 (CEST) Received: from ngz by saiph with local (Exim 4.89) (envelope-from ) id 1fNz4C-0002GX-KH for emacs-orgmode@gnu.org; Wed, 30 May 2018 13:14:56 +0200 In-Reply-To: <87in78t31l.fsf@hyperbola.info> (Adonay Felipe Nogueira's message of "Mon, 28 May 2018 08:47:34 -0300") 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: emacs-orgmode@gnu.org Hello, Adonay Felipe Nogueira writes: > Make any .org file, and export it. > > The error is something like this: > > Making completion list... > LaTeX to MathML converter not available. > Formatting LaTeX using verbatim > Wrote /tmp/odt-21540L0A/meta.xml > Using vacuous schema [2 times] > OpenDocument export failed: Buffer is read-only: # > Mark set > > I verified that "/tmp/odt-21540L0A/meta.xml" and "/tmp/odt-21540L0A" > don't exist. > > Side question: how do we debug this problem? Setting debug-on-error > doesn't help. I cannot reproduce your issue. You may want to debug `org-odt--export-wrap'. It seems the error message comes from there. Regards, -- Nicolas Goaziou