From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Moe Subject: Re: [BUG] [ODT] ODT export (old) fails with wrong-type-argument Date: Wed, 17 Oct 2012 10:13:42 +0200 Message-ID: <507E68B6.4060906@christianmoe.com> References: <507D1A13.7060702@christianmoe.com> Reply-To: mail@christianmoe.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOP2G-000538-V3 for emacs-orgmode@gnu.org; Wed, 17 Oct 2012 04:31:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOP2B-0008Hn-Vz for emacs-orgmode@gnu.org; Wed, 17 Oct 2012 04:31:28 -0400 Received: from b1.hitrost.net ([91.185.211.67]:26464) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOP2B-0008HS-PN for emacs-orgmode@gnu.org; Wed, 17 Oct 2012 04:31:23 -0400 In-Reply-To: <507D1A13.7060702@christianmoe.com> 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: mail@christianmoe.com Cc: Org Mode On 10/16/12 10:25 AM, Christian Moe wrote: > Hi, > > When I try to export to ODT (without invoking the new exporter or > anything), I get: > > OpenDocument export failed: Wrong type argument: stringp, > (org-export-odt-preprocess-latex-fragments) Hi again, Actually, this only happens on export-to-odt-and-open. The file is exported just fine, but org-lparse-and-open fails to locate the exported file and open it. I've had a look at the code, but failed to nail down the reason. Yours, Christian