spacepaste

  1.  
  2. ;;(setq org-caldav-select-tags `("cal_test" "second_tag")) ;; mapped directly to org-export-select-tags
  3. (setq org-caldav-debug-level 2)
  4. (setq debug-on-error t)
  5. (setq org-icalendar-use-deadline '(event-if-todo)) ;; see docstring
  6. (setq org-icalendar-use-scheduled '(event-if-todo event-if-not-todo)) ;; see docstring
  7. ;; after this try applying tags for specific calendars
  8. (setq org-caldav-calendars '((:calendar-id "new-bills"
  9. :select-tags "cal_new_bills")
  10. (:calendar-id "new-fam"
  11. :select-tags "cal_new_fam")))
  12.