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-- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: wrong type argument listp... org-element-set-contents Date: Sat, 08 Aug 2015 03:27:45 -0400 Message-ID: <87si7ukzny.fsf@kmlap.domain.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51422) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNyYS-0003s4-Th for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 03:28:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZNyYP-00014j-OQ for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 03:28:32 -0400 Received: from mail-qg0-f41.google.com ([209.85.192.41]:35711) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZNyYP-00014b-Kl for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 03:28:29 -0400 Received: by qgj62 with SMTP id 62so63890699qgj.2 for ; Sat, 08 Aug 2015 00:28:28 -0700 (PDT) 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 wrote: [...] > The error says: > (wrong-type-argument listp #("Test document" 0 13 (:parent (#1)))) > org-element-set-contents(#("Test document" 0 13 (:parent (#0)))) Is this the same issue as here? http://permalink.gmane.org/gmane.emacs.orgmode/99535? Things may have gone wrong when compiling during the update, so it is worth trying to uninstall and reinstall. -- Kyle From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: Re: wrong type argument listp... org-element-set-contents Date: Sat, 8 Aug 2015 08:55:26 -0400 Message-ID: References: <8737zuck6o.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11380d502f8d4a051ccc440e Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37072) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO3eq-0005Xi-Qo for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 08:55:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO3ep-0006rF-L3 for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 08:55:28 -0400 Received: from mail-pa0-x22b.google.com ([2607:f8b0:400e:c03::22b]:33360) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO3ep-0006pt-CR for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 08:55:27 -0400 Received: by pabyb7 with SMTP id yb7so74131497pab.0 for ; Sat, 08 Aug 2015 05:55:26 -0700 (PDT) In-Reply-To: <8737zuck6o.fsf@nicolasgoaziou.fr> 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 , mail@nicolasgoaziou.fr --001a11380d502f8d4a051ccc440e Content-Type: text/plain; charset=UTF-8 Sure, I'll try that. I'm not quite sure how to figure out what argument org-export-dispatch takes. Something like this? (org-reload (org-export-dispatch 'html)) On Sat, Aug 8, 2015 at 3:29 AM, Nicolas Goaziou wrote: > 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 > --001a11380d502f8d4a051ccc440e Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Sure, I'll try that.=C2=A0I'm not quite sure how t= o figure out what argument=C2=A0org-export-dispatch takes. Something like t= his?=C2=A0(org-reload (org-export-dispatch 'html))

=

On Sat, Aug 8, 20= 15 at 3:29 AM, Nicolas Goaziou <mail@nicolasgoaziou.fr>= wrote:
Hello,

Peter Salazar <cycleofsong@gmai= l.com> writes:

> I'm getting a strange error whenever I try to export an org file,<= br> > and I'm not sure how to track down the cause. It seemed to start w= hen I
> upgraded to org 8.3.1, but it's hard to tell because this is the f= irst
> time I've exported anything in a week or so.
>
> The error says:
> (wrong-type-argument listp #("Test document" 0 13 (:parent (= #1))))
>=C2=A0 =C2=A0org-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<= br> > 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

--001a11380d502f8d4a051ccc440e-- 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 15:27:36 +0200 Message-ID: <87614pc3lj.fsf@nicolasgoaziou.fr> References: <8737zuck6o.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41782) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO48U-00017j-73 for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 09:26:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO48Q-0004m7-66 for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 09:26:06 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:41849) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO48P-0004ky-VZ for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 09:26:02 -0400 In-Reply-To: (Peter Salazar's message of "Sat, 8 Aug 2015 08:55:26 -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 Peter Salazar writes: > Sure, I'll try that. I'm not quite sure how to figure out what > argument org-export-dispatch takes. Something like this? (org-reload > (org-export-dispatch 'html)) I meant C-u M-x org-reload. Then regular export (e.g., C-c C-e l L). Regards, From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: Re: wrong type argument listp... org-element-set-contents Date: Sat, 8 Aug 2015 11:30:56 -0400 Message-ID: References: <8737zuck6o.fsf@nicolasgoaziou.fr> <87614pc3lj.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b2e118d493fa4051cce7081 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35388) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO65K-0008Nv-0z for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 11:30:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO65J-0007ie-41 for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 11:30:57 -0400 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:33602) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO65I-0007iL-Sf for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 11:30:57 -0400 Received: by pabyb7 with SMTP id yb7so75677783pab.0 for ; Sat, 08 Aug 2015 08:30:56 -0700 (PDT) In-Reply-To: <87614pc3lj.fsf@nicolasgoaziou.fr> 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 , mail@nicolasgoaziou.fr --047d7b2e118d493fa4051cce7081 Content-Type: text/plain; charset=UTF-8 Yes! That worked. What does this mean? I tried going to package-list-packages and uninstalling and reinstalling org, but that didn't help. What's my next step? On Sat, Aug 8, 2015 at 9:27 AM, Nicolas Goaziou wrote: > Peter Salazar writes: > > > Sure, I'll try that. I'm not quite sure how to figure out what > > argument org-export-dispatch takes. Something like this? (org-reload > > (org-export-dispatch 'html)) > > I meant C-u M-x org-reload. Then regular export (e.g., C-c C-e l L). > > Regards, > --047d7b2e118d493fa4051cce7081 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Yes! That worked. What does this mean?

= I tried going to package-list-packages and uninstalling and reinstalling or= g, but that didn't help. What's my next step?

On Sat, Aug 8, 2015 at 9:27= AM, Nicolas Goaziou <mail@nicolasgoaziou.fr> wrote:
Peter Salazar <cycleofsong@gmail.com> writes:

> Sure, I'll try that. I'm not quite sure how to figure out what=
> argument org-export-dispatch takes. Something like this? (org-reload > (org-export-dispatch 'html))

I meant C-u M-x org-reload. Then regular export (e.g., C-c C-e l L).=

Regards,

--047d7b2e118d493fa4051cce7081-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: wrong type argument listp... org-element-set-contents Date: Sat, 08 Aug 2015 11:59:27 -0400 Message-ID: <87614plqjk.fsf@kmlap.domain.org> References: <8737zuck6o.fsf@nicolasgoaziou.fr> <87614pc3lj.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO6X0-00055Z-Qf for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 11:59:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO6Ww-0007dg-L0 for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 11:59:34 -0400 Received: from mail-qg0-f46.google.com ([209.85.192.46]:36600) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO6Ww-0007dY-GB for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 11:59:30 -0400 Received: by qgeh16 with SMTP id h16so93231518qge.3 for ; Sat, 08 Aug 2015 08:59:30 -0700 (PDT) In-Reply-To: (Peter Salazar's message of "Sat, 8 Aug 2015 11:30:56 -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 , mail@nicolasgoaziou.fr Peter Salazar wrote: > Yes! That worked. What does this mean? > > I tried going to package-list-packages and uninstalling and reinstalling > org, but that didn't help. What's my next step? > > On Sat, Aug 8, 2015 at 9:27 AM, Nicolas Goaziou > wrote: > >> Peter Salazar writes: >> >> > Sure, I'll try that. I'm not quite sure how to figure out what >> > argument org-export-dispatch takes. Something like this? (org-reload >> > (org-export-dispatch 'html)) >> >> I meant C-u M-x org-reload. Then regular export (e.g., C-c C-e l L). Nicolas might have a better suggestion of what to do next, but I think it means the state of your Emacs session was interfering with the correct compilation. Since 'C-u M-x org-reload' forced an uncompiled reload, you could try uninstalling/installing the package again. Or you try Ista's snippet[1] for installing in a fresh session: Since it doesn't work for you I suggest removing org-plus-contrib (or org), starting emacs with 'emacs -Q' and running something like (require 'package) (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/") t) (package-initialize) (package-install 'org-plus-contrib) ;; or (package-install 'org) [1] http://permalink.gmane.org/gmane.emacs.orgmode/99708 -- Kyle From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: Re: wrong type argument listp... org-element-set-contents Date: Sat, 8 Aug 2015 12:53:05 -0400 Message-ID: References: <8737zuck6o.fsf@nicolasgoaziou.fr> <87614pc3lj.fsf@nicolasgoaziou.fr> <87614plqjk.fsf@kmlap.domain.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b2e118d158f78051ccf9624 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO7Mt-0005Xt-0w for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 12:53:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO7Mo-0004m2-K7 for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 12:53:10 -0400 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:33350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO7Mo-0004lk-9z for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 12:53:06 -0400 Received: by pabyb7 with SMTP id yb7so76475743pab.0 for ; Sat, 08 Aug 2015 09:53:05 -0700 (PDT) In-Reply-To: <87614plqjk.fsf@kmlap.domain.org> 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: Kyle Meyer Cc: org-mode , mail@nicolasgoaziou.fr --047d7b2e118d158f78051ccf9624 Content-Type: text/plain; charset=UTF-8 Yes, that worked! Thank you so much! On Sat, Aug 8, 2015 at 11:59 AM, Kyle Meyer wrote: > Peter Salazar wrote: > > Yes! That worked. What does this mean? > > > > I tried going to package-list-packages and uninstalling and reinstalling > > org, but that didn't help. What's my next step? > > > > On Sat, Aug 8, 2015 at 9:27 AM, Nicolas Goaziou > > wrote: > > > >> Peter Salazar writes: > >> > >> > Sure, I'll try that. I'm not quite sure how to figure out what > >> > argument org-export-dispatch takes. Something like this? (org-reload > >> > (org-export-dispatch 'html)) > >> > >> I meant C-u M-x org-reload. Then regular export (e.g., C-c C-e l L). > > Nicolas might have a better suggestion of what to do next, but I think > it means the state of your Emacs session was interfering with the > correct compilation. Since 'C-u M-x org-reload' forced an uncompiled > reload, you could try uninstalling/installing the package again. Or you > try Ista's snippet[1] for installing in a fresh session: > > Since it doesn't work for you I suggest removing org-plus-contrib > (or org), starting emacs with 'emacs -Q' and running something like > > (require 'package) > (add-to-list 'package-archives > '("org" . "http://orgmode.org/elpa/") t) > (package-initialize) > (package-install 'org-plus-contrib) > ;; or (package-install 'org) > > > [1] http://permalink.gmane.org/gmane.emacs.orgmode/99708 > > -- > Kyle > --047d7b2e118d158f78051ccf9624 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Yes, that worked! Thank you so much!

On Sat, Aug 8, 2015 at 11:59 AM, = Kyle Meyer <kyle@kyleam.com> wrote:
Peter Salazar <cycleofsong@gmail.com> wrote:
> Yes! That worked. What does this mean?
>
> I tried going to package-list-packages and uninstalling and reinstalli= ng
> org, but that didn't help. What's my next step?
>
> On Sat, Aug 8, 2015 at 9:27 AM, Nicolas Goaziou <mail@nicolasgoaziou.fr>
> wrote:
>
>> Peter Salazar <cycleof= song@gmail.com> writes:
>>
>> > Sure, I'll try that. I'm not quite sure how to figure= out what
>> > argument org-export-dispatch takes. Something like this? (org= -reload
>> > (org-export-dispatch 'html))
>>
>> I meant C-u M-x org-reload. Then regular export (e.g., C-c C-e l L= ).

Nicolas might have a better suggestion of what to do next, but I thi= nk
it means the state of your Emacs session was interfering with the
correct compilation.=C2=A0 Since 'C-u M-x org-reload' forced an unc= ompiled
reload, you could try uninstalling/installing the package again.=C2=A0 Or y= ou
try Ista's snippet[1] for installing in a fresh session:

=C2=A0 =C2=A0 Since it doesn't work for you I suggest removing org-plus= -contrib
=C2=A0 =C2=A0 (or org), starting emacs with 'emacs -Q' and running = something like

=C2=A0 =C2=A0 (require 'package)
=C2=A0 =C2=A0 (add-to-list 'package-archives
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0'("o= rg" . "http://orgmode.org/elpa/") t)
=C2=A0 =C2=A0 (package-initialize)
=C2=A0 =C2=A0 (package-install 'org-plus-contrib)
=C2=A0 =C2=A0 ;; or (package-install 'org)


[1] http://permalink.gmane.org/gmane.emacs.orgmo= de/99708

--
Kyle

--047d7b2e118d158f78051ccf9624-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: wrong type argument listp... org-element-set-contents Date: Sat, 08 Aug 2015 13:09:09 -0400 Message-ID: <87wpx5k8qy.fsf@kmlap.domain.org> References: <8737zuck6o.fsf@nicolasgoaziou.fr> <87614pc3lj.fsf@nicolasgoaziou.fr> <87614plqjk.fsf@kmlap.domain.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52121) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO7cS-0002gB-U7 for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 13:09:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO7cN-0004ZY-VR for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 13:09:16 -0400 Received: from mail-qg0-f43.google.com ([209.85.192.43]:34836) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO7cN-0004ZG-Ra for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 13:09:11 -0400 Received: by qgj62 with SMTP id 62so68797146qgj.2 for ; Sat, 08 Aug 2015 10:09:11 -0700 (PDT) In-Reply-To: (Peter Salazar's message of "Sat, 8 Aug 2015 12:53:05 -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 Peter Salazar wrote: > Yes, that worked! Thank you so much! Great. Just for future reference, these were the steps that worked? - C-u M-x org-reload - Uninstall and then reinstall from package-list-packages menu. -- Kyle From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Salazar Subject: Re: wrong type argument listp... org-element-set-contents Date: Sat, 8 Aug 2015 23:43:01 -0400 Message-ID: References: <8737zuck6o.fsf@nicolasgoaziou.fr> <87614pc3lj.fsf@nicolasgoaziou.fr> <87614plqjk.fsf@kmlap.domain.org> <87wpx5k8qy.fsf@kmlap.domain.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11380d5076066e051cd8aadb Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38474) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOHVo-00016F-MH for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 23:43:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZOHVn-0003b4-Nx for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 23:43:04 -0400 Received: from mail-pa0-x22d.google.com ([2607:f8b0:400e:c03::22d]:33133) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZOHVn-0003ap-Gr for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 23:43:03 -0400 Received: by pabyb7 with SMTP id yb7so82224203pab.0 for ; Sat, 08 Aug 2015 20:43:02 -0700 (PDT) In-Reply-To: <87wpx5k8qy.fsf@kmlap.domain.org> 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: Kyle Meyer Cc: org-mode --001a11380d5076066e051cd8aadb Content-Type: text/plain; charset=UTF-8 Yes. In my case, I installed org-plus-contrib. On Sat, Aug 8, 2015 at 1:09 PM, Kyle Meyer wrote: > Peter Salazar wrote: > > Yes, that worked! Thank you so much! > > Great. Just for future reference, these were the steps that worked? > > - C-u M-x org-reload > - Uninstall and then reinstall from package-list-packages menu. > > -- > Kyle > --001a11380d5076066e051cd8aadb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Yes. In my case, I installed org-plus-contrib.=C2=A0
=

On Sat, Aug 8, 20= 15 at 1:09 PM, Kyle Meyer <kyle@kyleam.com> wrote:
Peter Salazar <cycleofsong@gmail.com> wrote:
> Yes, that worked! Thank you so much!

Great.=C2=A0 Just for future reference, these were the steps that wo= rked?

- C-u M-x org-reload
- Uninstall and then reinstall from package-list-packages menu.

--
Kyle

--001a11380d5076066e051cd8aadb--