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