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