emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: Peter Salazar <cycleofsong@gmail.com>
Cc: org-mode <emacs-orgmode@gnu.org>, mail@nicolasgoaziou.fr
Subject: Re: wrong type argument listp... org-element-set-contents
Date: Sat, 08 Aug 2015 11:59:27 -0400	[thread overview]
Message-ID: <87614plqjk.fsf@kmlap.domain.org> (raw)
In-Reply-To: <CAE+_6TyPBN+i=PNCRo6g9pB5SQ6Oxx6Q=5T5U6E=zos67Xsq3g@mail.gmail.com> (Peter Salazar's message of "Sat, 8 Aug 2015 11:30:56 -0400")

Peter Salazar <cycleofsong@gmail.com> 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 <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).

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

  reply	other threads:[~2015-08-08 15:59 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-08  3:11 wrong type argument listp... org-element-set-contents Peter Salazar
2015-08-08  7:27 ` Kyle Meyer
2015-08-08  7:29 ` Nicolas Goaziou
2015-08-08 12:55   ` Peter Salazar
2015-08-08 13:27     ` Nicolas Goaziou
2015-08-08 15:30       ` Peter Salazar
2015-08-08 15:59         ` Kyle Meyer [this message]
2015-08-08 16:53           ` Peter Salazar
2015-08-08 17:09             ` Kyle Meyer
2015-08-09  3:43               ` Peter Salazar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87614plqjk.fsf@kmlap.domain.org \
    --to=kyle@kyleam.com \
    --cc=cycleofsong@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=mail@nicolasgoaziou.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).