From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: wrong type argument listp... org-element-set-contents Date: Fri, 7 Aug 2015 23:11:22 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113810a462d9a5051cc41bee Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60902) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNuXd-00015v-8i for emacs-orgmode@gnu.org; Fri, 07 Aug 2015 23:11:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNuXb-0004uL-VT for emacs-orgmode@gnu.org; Fri, 07 Aug 2015 23:11:25 -0400 Received: from mail-pa0-x231.google.com ([2607:f8b0:400e:c03::231]:34376) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNuXb-0004te-NH for emacs-orgmode@gnu.org; Fri, 07 Aug 2015 23:11:23 -0400 Received: by pawu10 with SMTP id u10so100877254paw.1 for ; Fri, 07 Aug 2015 20:11:22 -0700 (PDT) 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: org-mode --001a113810a462d9a5051cc41bee Content-Type: text/plain; charset=UTF-8 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 Thanks! --001a113810a462d9a5051cc41bee Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I'm getting a strange error whenever I try to export a= n org file, and=C2=A0I'm=C2=A0not sure how to track down=C2=A0the cause= . It seemed to start when I upgraded to org 8.3.1, but=C2=A0it's hard= =C2=A0to tell=C2=A0because=C2=A0this=C2=A0is=C2=A0the first time=C2=A0I'= ;ve exported anything=C2=A0in a week or so.=C2=A0

The er= ror says:=C2=A0
(wrong-type-argument listp #("Test docu= ment" 0 13 (:parent (#1))))
=C2=A0 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,=C2=A0e.g. a line like:

#+TITL= E: Test document

When I remove that line as well a= s #+AUTHOR etc, then it exports fine. With that line it, it won't expor= t to HTML, LaTeX, or text.

Any suggestions on how = to figure out what part of my configuration is causing the problem? Here= 9;s the complete Backtrace: https://gist.github.com/fe45c4d42d52f0ce0e42
=
Thanks!
--001a113810a462d9a5051cc41bee--