emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Peter Salazar <cycleofsong@gmail.com>
To: Kyle Meyer <kyle@kyleam.com>
Cc: org-mode <emacs-orgmode@gnu.org>, mail@nicolasgoaziou.fr
Subject: Re: wrong type argument listp... org-element-set-contents
Date: Sat, 8 Aug 2015 12:53:05 -0400	[thread overview]
Message-ID: <CAE+_6TwU=AW54MZ3H+s4Tv1bJpnx0X3M82U1_yW6+GEXdoa36w@mail.gmail.com> (raw)
In-Reply-To: <87614plqjk.fsf@kmlap.domain.org>

[-- Attachment #1: Type: text/plain, Size: 1548 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 2482 bytes --]

  reply	other threads:[~2015-08-08 16:53 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
2015-08-08 16:53           ` Peter Salazar [this message]
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='CAE+_6TwU=AW54MZ3H+s4Tv1bJpnx0X3M82U1_yW6+GEXdoa36w@mail.gmail.com' \
    --to=cycleofsong@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=kyle@kyleam.com \
    --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).