From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: "wrong=type-argument listp" on publish Date: Tue, 14 Mar 2017 11:51:00 -0400 Message-ID: <871stz502j.fsf@alphaville.usersys.redhat.com> References: <87r32ayvqa.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53890) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnojF-0001Sk-Op for emacs-orgmode@gnu.org; Tue, 14 Mar 2017 11:51:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnojA-0008RN-UD for emacs-orgmode@gnu.org; Tue, 14 Mar 2017 11:51:17 -0400 Received: from [195.159.176.226] (port=58389 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cnojA-0008Qc-OU for emacs-orgmode@gnu.org; Tue, 14 Mar 2017 11:51:12 -0400 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cnoj0-0005c1-EE for emacs-orgmode@gnu.org; Tue, 14 Mar 2017 16:51:02 +0100 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" To: emacs-orgmode@gnu.org Matt Price writes: > On Mon, Mar 6, 2017 at 3:51 PM, Nick Dokos wrote: > > Matt Price writes: > > > Anyone else getting this? I'm unable to publish.  I don't see what is unlist-like about the first > > argument to plist-put.  > > -------------- > > Debugger entered--Lisp error: (wrong-type-argument listp (:base-directory "~/RLG231/Lectures/" > > :base-extension "org" :publishing-directory "/ssh:matt@shimano:/var/www/sandbox/RLG231/Lectures/Slides" > > :recursive nil :publishing-function mwp-org-reveal-publish-to-html :headline-levels 4 :exclude > > "AllLectures.org" :exclude-tags note noexport :auto-preamble t)) > >   plist-put((:base-directory "~/RLG231/Lectures/" :base-extension "org" :publishing-directory "/ > > ssh:matt@shimano:/var/www/sandbox/RLG231/Lectures/Slides" :recursive nil :publishing-function > > mwp-org-reveal-publish-to-html :headline-levels 4 :exclude "AllLectures.org" :exclude-tags note noexport > > I think it's complaining about :exclude-tags - maybe try ("note" "noexport") as the value? > > ah, thank you so much Nick. I missed this response last week and only just now saw it -- you've solved my problem completely. Thank you!! > Glad it helped! -- Nick