emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* "wrong=type-argument listp" on publish
@ 2017-03-06 19:41 Matt Price
  2017-03-06 20:51 ` Nick Dokos
  0 siblings, 1 reply; 4+ messages in thread
From: Matt Price @ 2017-03-06 19:41 UTC (permalink / raw)
  To: Org Mode

[-- Attachment #1: Type: text/plain, Size: 2679 bytes --]

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
: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

[-- Attachment #2: Type: text/html, Size: 3231 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: "wrong=type-argument listp" on publish
  2017-03-06 19:41 "wrong=type-argument listp" on publish Matt Price
@ 2017-03-06 20:51 ` Nick Dokos
  2017-03-14 15:15   ` Matt Price
  0 siblings, 1 reply; 4+ messages in thread
From: Nick Dokos @ 2017-03-06 20:51 UTC (permalink / raw)
  To: emacs-orgmode

Matt Price <moptop99@gmail.com> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: "wrong=type-argument listp" on publish
  2017-03-06 20:51 ` Nick Dokos
@ 2017-03-14 15:15   ` Matt Price
  2017-03-14 15:51     ` Nick Dokos
  0 siblings, 1 reply; 4+ messages in thread
From: Matt Price @ 2017-03-14 15:15 UTC (permalink / raw)
  To: Nick Dokos; +Cc: Org Mode

[-- Attachment #1: Type: text/plain, Size: 1199 bytes --]

On Mon, Mar 6, 2017 at 3:51 PM, Nick Dokos <ndokos@gmail.com> wrote:

> Matt Price <moptop99@gmail.com> 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!!

[-- Attachment #2: Type: text/html, Size: 1833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: "wrong=type-argument listp" on publish
  2017-03-14 15:15   ` Matt Price
@ 2017-03-14 15:51     ` Nick Dokos
  0 siblings, 0 replies; 4+ messages in thread
From: Nick Dokos @ 2017-03-14 15:51 UTC (permalink / raw)
  To: emacs-orgmode

Matt Price <moptop99@gmail.com> writes:

> On Mon, Mar 6, 2017 at 3:51 PM, Nick Dokos <ndokos@gmail.com> wrote:
>
>     Matt Price <moptop99@gmail.com> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-14 15:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-06 19:41 "wrong=type-argument listp" on publish Matt Price
2017-03-06 20:51 ` Nick Dokos
2017-03-14 15:15   ` Matt Price
2017-03-14 15:51     ` Nick Dokos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).