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--