Получи случайную криптовалюту за регистрацию!

Любителям емакс и org: Я настроил синк календаря в org mode с | ~/Documents/journal

Любителям емакс и org:
Я настроил синк календаря в org mode с тудушками(правда для этого понадобилось использовать форк org-caldav, именно по этой причине нужен :load-path)

Форк: https://github.com/grauschnabel/org-caldav#syncing-todo

Конфиг:
(use-package org-caldav
:load-path "~/.emacs.d/checkouts/org-caldav"
:ensure t
:config
(setq org-caldav-url "https://caldav.example.com/xxxxxx")
(setq org-caldav-calendars
'((:calendar-id "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
:files ("~/org/calendar/personal.org")
:inbox "~/org/calendar/personal-inbox.org")))
(setq org-agenda-files '("~/org/calendar/"))
(setq org-caldav-files org-agenda-files)
(setq org-caldav-sync-todo t)
(setq org-icalendar-timezone "Europe/Moscow")
(setq org-icalendar-date-time-format ";TZID=%Z:%Y%m%dT%H%M%S")
(setq org-icalendar-include-todo t)
(setq org-icalendar-use-deadline '(event-if-todo event-if-not-todo todo-due))
(setq org-icalendar-use-scheduled '(todo-start event-if-todo event-if-not-todo)))

(работает норм с radicale)