From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: "wrong=type-argument listp" on publish Date: Mon, 06 Mar 2017 15:51:41 -0500 Message-ID: <87r32ayvqa.fsf@alphaville.usersys.redhat.com> References: 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]:50829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ckzbv-00073w-Gl for emacs-orgmode@gnu.org; Mon, 06 Mar 2017 15:52:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ckzbr-0003Cm-DI for emacs-orgmode@gnu.org; Mon, 06 Mar 2017 15:52:03 -0500 Received: from [195.159.176.226] (port=34521 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ckzbr-0003CI-5o for emacs-orgmode@gnu.org; Mon, 06 Mar 2017 15:51:59 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1ckzbd-00060L-PF for emacs-orgmode@gnu.org; Mon, 06 Mar 2017 21:51:45 +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: > 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? > :auto-preamble t) :crossrefs nil) >   org-combine-plists((: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) (:crossrefs nil :filter-final-output (org-publish--store-crossrefs > org-publish-collect-index))) >   org-publish-org-to(reveal "/home/matt/RLG231/Lectures/07-creation-design.org" ".html" (: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) "/ > ssh:matt@shimano:/var/www/sandbox/RLG231/Lectures/Slides/") >   (let ((org-reveal-single-file t)) (org-publish-org-to (quote reveal) filename ".html" plist pub-dir)) >   mwp-org-reveal-publish-to-html((: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) "/home/matt/RLG231/Lectures/07-creation-design.org" "/ > ssh:matt@shimano:/var/www/sandbox/RLG231/Lectures/Slides/") >   org-publish-file("/home/matt/RLG231/Lectures/07-creation-design.org" ("rlg231-lecture-slides" > :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) t) > > --------------- > Thank you! > Matt > -- Nick