[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] "wrong=type-argument listp" on publish
From: |
Nick Dokos |
Subject: |
Re: [O] "wrong=type-argument listp" on publish |
Date: |
Mon, 06 Mar 2017 15:51:41 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) |
Matt Price <address@hidden> 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:address@hidden:/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:address@hidden:/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:address@hidden:/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:address@hidden:/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:address@hidden:/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:address@hidden:/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:address@hidden:/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:address@hidden:/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