balls
This commit is contained in:
@@ -184,13 +184,15 @@
|
|||||||
;; :inbox "~/org/todo.org")
|
;; :inbox "~/org/todo.org")
|
||||||
(:calendar-id "work"
|
(:calendar-id "work"
|
||||||
:files ("~/org/work.org")
|
:files ("~/org/work.org")
|
||||||
:inbox "~/org/from_work.org")
|
;; :inbox "~/org/from_work.org"
|
||||||
|
)
|
||||||
;; (:calendar-id "home"
|
;; (:calendar-id "home"
|
||||||
;; :files: ("~/org/home.org")
|
;; :files: ("~/org/home.org")
|
||||||
;; :inbox "~/org/home.org")
|
;; :inbox "~/org/home.org")
|
||||||
(:calendar-id "studies"
|
(:calendar-id "studies"
|
||||||
:files: ("~/org/studies.org")
|
:files: ("~/org/studies.org")
|
||||||
:inbox "~/org/studies.org")
|
;; :inbox "~/org/studies.org"
|
||||||
|
)
|
||||||
;; (:calendar-id "some-day-1"
|
;; (:calendar-id "some-day-1"
|
||||||
;; :files: ("~/org/someday.org")
|
;; :files: ("~/org/someday.org")
|
||||||
;; :inbox "~/org/someday.org")
|
;; :inbox "~/org/someday.org")
|
||||||
@@ -201,6 +203,9 @@
|
|||||||
|
|
||||||
:config
|
:config
|
||||||
(setq org-icalendar-alarm-time 1)
|
(setq org-icalendar-alarm-time 1)
|
||||||
|
(setq org-caldav-sync-direction 'org->cal)
|
||||||
|
(setq org-caldav-files nil)
|
||||||
|
(setq org-caldav-inbox nil)
|
||||||
;; This makes sure to-do items as a category can show up on the calendar
|
;; This makes sure to-do items as a category can show up on the calendar
|
||||||
(setq org-icalendar-include-todo nil)
|
(setq org-icalendar-include-todo nil)
|
||||||
(setq org-caldav-sync-todo nil)
|
(setq org-caldav-sync-todo nil)
|
||||||
@@ -264,7 +269,7 @@
|
|||||||
'("h" "Home" entry
|
'("h" "Home" entry
|
||||||
(file+headline "~/org/home.org" "Inbox")
|
(file+headline "~/org/home.org" "Inbox")
|
||||||
"* TODO %?" :empty-lines 1))
|
"* TODO %?" :empty-lines 1))
|
||||||
|
(setq-default org-archive-location "~/org/.archive/%s_archive::* Finished Tasks")
|
||||||
)
|
)
|
||||||
(setq-default cache-long-scans nil)
|
(setq-default cache-long-scans nil)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user