diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index fa7d0da..6e69e2d 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -490,6 +490,7 @@ A lot of the config is also taken from [[https://www.reddit.com/r/orgmode/commen #+begin_src emacs-lisp :tangle config.el (after! org-caldav (setq org-icalendar-include-todo 'all + org-caldav-todo-percent-states '((0 "TODO") (1 "IN_PROGRESS") (2 "BLOCKED") (90 "REVIEW") (90 "TESTING") (100 "DONE") (100 "DELEGATED") (100 "CANCELED")) org-caldav-sync-todo t)) #+end_src @@ -498,9 +499,9 @@ add the calendars to the org-caldav config #+begin_src emacs-lisp :tangle config.el (after! org-caldav (setq org-caldav-url "https://cloud.ploedige.com/remote.php/dav/calendars/paul-loedige") + (setq org-caldav-sync-direction 'org->cal) (setq org-caldav-calendars - '((:calendar-id "todo" :files ("~/org/todo.org") - :inbox "~/org/todo.org")))) + '((:calendar-id "todo" :files ("~/org/todo.org"))))) #+end_src ** Org Roam *** set base directory