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

sync state list truncated to "..." instead of the full list #37

Closed
unhammer opened this issue Feb 18, 2014 · 2 comments
Closed

sync state list truncated to "..." instead of the full list #37

unhammer opened this issue Feb 18, 2014 · 2 comments

Comments

@unhammer
Copy link

This is what my org-caldav-5c29cd1.el looks like:

;; This is the sync state from org-caldav
;; calendar-id: org-jobb
;; Do not modify this file.

(setq org-caldav-event-list
'(("f88e077b-64ad-4d17-b3b5-987646fab166" "1ac0294a33473f38922ae739ae4706fa" "e9b239ca490a8a1b83394e37a921e08b" nil synced) 
("3afbcae5-fc2d-42a2-8e98-b2dd7a0be2fa" "5899654fd48fcfd6f571e4ae05e884db" "17fdc5d228ec273a040e419a0ce57b40" nil synced) 
("4558bb80-f12d-4c39-a947-a6fcee8a861c" "c4787ff1d05cad3760439ec9b3fbf578" "909ada5730be0a35553fde2d430d56fc" nil synced) 
("bf313aa3-0b85-4b71-adad-42c8121417f7" "4961d813a53d3b3ecc84bc2bf7d3616e" "fdf62dd68e3e73a54f04b01fe8984cd3" nil synced) 
("ad68fb7b-11c2-4909-aff5-9bf9a936c6b4" "410b5829dbdd26372e20d6799bf59587" "d8e5dcdbaf508db03f4abbabdb80901a" nil synced) 
("2ef492cb-8d75-4ddd-8fda-16aef665f96b" "f21ff1e938431a1c9c12de5a0749a7ba" "6eccd5f4b677de53af6cd581db0eeefc" nil synced) 
("9f3be3f0-41aa-4641-a9a8-af93e6d61214" "19fe315fb8928cab3ebd79a0bcc28492" "7e74b18b91237c1e47e18060e38e90ea" nil synced) 
("643728c1-5a07-4dfc-8733-c0f4a454f21b" "42974692f9c7fa9cff5b748f90c243e6" "e14025f33bc553eb7b0c73158045c236" nil synced) 
("5673ac4d-8c53-4657-bcb2-a3695b8bdecd" "052364a637d9b558b92cc9a762f899fd" "52b549a9f3ec00edcf38ef1637f64c8c" nil synced) 
("2babab54-baac-4165-a988-7a5ff93e8b9d" "9e8eb8114c3abb75ff78d469179a6b8b" "390cb10bdf007ce8418320f273bf807c" nil synced) 
...))

I believe it should have the full list of items instead of the "..." at the end. I don't know why this happens, but it has happened before.

@unhammer
Copy link
Author

(Fortunately I have the files in git, so I could just revert, but otherwise I guess I would have to delete the calendar and start over?)

dengste pushed a commit that referenced this issue Feb 19, 2014
…ssue #37).

(org-caldav-save-sync-state): Explicitly set `print-length' and
`print-level' to nil, otherwise we might not save the full list.
@dengste
Copy link
Owner

dengste commented Feb 19, 2014

It seems something or someone has set print-length in your Emacs session, which of course is a totally OK thing to do. :-) I now set this explicitly, so this should hopefully be fixed.

@dengste dengste closed this as completed Feb 19, 2014
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