frick that stuff dawg
This commit is contained in:
@@ -216,10 +216,10 @@
|
||||
;; This ensures "scheduled" org items show up, and show up as start times
|
||||
(setq org-icalendar-use-scheduled '(todo-start))
|
||||
;; Add the delayed save hook with a five minute idle timer
|
||||
(add-hook 'after-save-hook
|
||||
(lambda ()
|
||||
(when (eq major-mode 'org-mode)
|
||||
(org-caldav-sync-with-delay 300))))
|
||||
;; (add-hook 'after-save-hook
|
||||
;; (lambda ()
|
||||
;; (when (eq major-mode 'org-mode)
|
||||
;; (org-caldav-sync-with-delay 300))))
|
||||
;; Add the close emacs hook
|
||||
(add-hook 'kill-emacs-hook 'org-caldav-sync-at-close)
|
||||
(add-to-list 'org-caldav-todo-percent-states
|
||||
|
||||
Reference in New Issue
Block a user