From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Price Subject: Re: "wrong=type-argument listp" on publish Date: Tue, 14 Mar 2017 11:15:26 -0400 Message-ID: References: <87r32ayvqa.fsf@alphaville.usersys.redhat.com> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a114493703b837c054ab24c3b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37823) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cnoAb-00011z-7S for emacs-orgmode@gnu.org; Tue, 14 Mar 2017 11:15:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cnoAa-00076y-C6 for emacs-orgmode@gnu.org; Tue, 14 Mar 2017 11:15:29 -0400 Received: from mail-it0-x22d.google.com ([2607:f8b0:4001:c0b::22d]:35911) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cnoAa-00075w-6j for emacs-orgmode@gnu.org; Tue, 14 Mar 2017 11:15:28 -0400 Received: by mail-it0-x22d.google.com with SMTP id w124so32624469itb.1 for ; Tue, 14 Mar 2017 08:15:27 -0700 (PDT) In-Reply-To: <87r32ayvqa.fsf@alphaville.usersys.redhat.com> 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: Nick Dokos Cc: Org Mode --001a114493703b837c054ab24c3b Content-Type: text/plain; charset=UTF-8 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!! --001a114493703b837c054ab24c3b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


On Mon, Mar 6, 2017 at 3:51 PM, Nick Dokos <ndokos@gmail.com> wrote:
Matt Price &= lt;moptop99@gmail.com> writes:=

> Anyone else getting this? I'm unable to publish.=C2=A0 I don't= see what is unlist-like about the first
> argument to plist-put.=C2=A0
> --------------
> Debugger entered--Lisp error: (wrong-type-argument listp (:base-direct= ory "~/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 :he= adline-levels 4 :exclude
> "AllLectures.org" :exclude-tags note noexport :auto-preamble= t))
> =C2=A0 plist-put((:base-directory "~/RLG231/Lectures/" :base= -extension "org" :publishing-directory "/
> ssh:matt@shimano:/var/www/sandbox/RLG231/Lectures/Slides&quo= t; :recursive nil :publishing-function
> mwp-org-reveal-publish-to-html :headline-levels 4 :exclude "AllLe= ctures.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 on= ly just now saw it -- you've solved my problem completely. Thank you!! =

--001a114493703b837c054ab24c3b--