From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: wrong type argument listp... org-element-set-contents Date: Sat, 08 Aug 2015 09:29:19 +0200 Message-ID: <8737zuck6o.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51196) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNyXk-00033o-Uw for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 03:27:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNyXh-0000WN-OF for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 03:27:48 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:55677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNyXh-0000WA-Hd for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 03:27:45 -0400 In-Reply-To: (Peter Salazar's message of "Fri, 7 Aug 2015 23:11:22 -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: Peter Salazar Cc: org-mode Hello, Peter Salazar writes: > I'm getting a strange error whenever I try to export an org file, > and I'm not sure how to track down the cause. It seemed to start when I > upgraded to org 8.3.1, but it's hard to tell because this is the first > time I've exported anything in a week or so. > > The error says: > (wrong-type-argument listp #("Test document" 0 13 (:parent (#1)))) > org-element-set-contents(#("Test document" 0 13 (:parent (#0)))) > > I was able to figure out that the error only occurs when I have an org file > with document data, e.g. a line like: > > #+TITLE: Test document > > When I remove that line as well as #+AUTHOR etc, then it exports fine. With > that line it, it won't export to HTML, LaTeX, or text. > > Any suggestions on how to figure out what part of my configuration is > causing the problem? Here's the complete Backtrace: > https://gist.github.com/fe45c4d42d52f0ce0e42 I cannot reproduce the problem. Could you provide a backtrace using an uncompiled Org? (i.e., using `org-reload' with an argument). Regards, -- Nicolas Goaziou