Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deferred error when running org-wunderlist-fetch #15

Open
takedawilliam opened this issue Aug 11, 2018 · 2 comments
Open

deferred error when running org-wunderlist-fetch #15

takedawilliam opened this issue Aug 11, 2018 · 2 comments

Comments

@takedawilliam
Copy link

takedawilliam commented Aug 11, 2018

Here's my setup in init.el

;; org-wunderlist
(use-package org-wunderlist
  :ensure t
  :config
  (setq org-wunderlist-client-id "XXXX")
  (setq org-wunderlist-token "YYYY")
  (setq org-wunderlist-file "~/.emacs.d/wunderlist.org")
  (setq org-wunderlist-dir "~/.emacs.d/org-wunderlist/"))

I run M-x org-wunderlist-fetch and the following error appears:

deferred error : (wrong-type-argument plistp (:id 1910187 :rev 251 :list [(:id 100236877 :title "inbox" :owner_type "user" :owner_id 1910187 :list_type "inbox" :public :json-false :revision 141 :created_at "2014-03-27T08:55:35.986Z" :type "list")] :list-pos))

Could you please help me on this?

@tdehaeze
Copy link

Same setup for me and same error.

@tdehaeze
Copy link

Any news on that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants