Daneel 7219b3fac9 Fix org-caldav: @ encoding in UIDs + nil-field event guard
Two patches in org-caldav use-package! config:

Fix #1: org-caldav-get-event encodes @ as %40 via url-hexify-string.
Baikal stores files with literal @ in filename (e.g. ...@google.com.ics).
Result: HTTP 404 after 5 retries for UIDs with @google.com suffix.
Advice: cl-letf temporarily replaces url-hexify-string to decode %40 back to @.

Fix #2: Some CalDAV events have nil SUMMARY/DTSTART. icalendar parser
returns nil, org-caldav passes to string-match -> Wrong type argument: stringp nil.
Advice: condition-case in org-caldav-update-events-in-org catches the error,
logs it to *org-caldav-debug* buffer, and allows sync state to be saved.
2026-02-25 09:44:20 +01:00
2026-02-23 10:55:10 +01:00
2026-02-12 12:55:29 +01:00
2026-02-12 12:55:29 +01:00
2026-02-21 00:05:48 +01:00
2026-02-24 17:01:41 +01:00
2026-02-12 12:52:50 +01:00

# instalace mailu:
brew install mu isync msmtp

pak mbsync personal (musi existovat .mbsyncrc)

pak 
mu init --maildir=~/.mail --my-address=martin@sukany.cz
mu index
Description
No description provided
Readme 16 MiB
Languages
Emacs Lisp 97.5%
Shell 2.5%