diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2022-05-16 14:39:49 +0200 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2022-05-17 17:38:53 +0200 |
commit | bc6c85e6738d94a553bec8e6d7f8283be30a4b46 (patch) | |
tree | 81ce97d40aa144b55606b232ae462dd9850b318b /config | |
parent | 52508c33fb5b2945ffa4c46973bb9d70de6830e3 (diff) | |
download | dotfiles-bc6c85e6738d94a553bec8e6d7f8283be30a4b46.tar.gz dotfiles-bc6c85e6738d94a553bec8e6d7f8283be30a4b46.tar.bz2 dotfiles-bc6c85e6738d94a553bec8e6d7f8283be30a4b46.zip |
correct calendar
Diffstat (limited to 'config')
-rw-r--r-- | config/doom/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index 8bab6f4..aaa3603 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -144,7 +144,7 @@ this new window. "f" #'cal-sync-import-file)) :config (setq cal-sync-url "https://cloud.oscarnajera.com/remote.php/dav/calendars/oscar" - cal-sync-calendar-id "personal" + cal-sync-calendar-id "personal-1" org-icalendar-date-time-format ":%Y%m%dT%H%M%SZ")) #+end_src ** References |