the missing bind for daily view in agenda
This commit is contained in:
@@ -175,6 +175,7 @@
|
|||||||
(run-with-idle-timer
|
(run-with-idle-timer
|
||||||
(* 1 secs) nil 'org-caldav-sync)))
|
(* 1 secs) nil 'org-caldav-sync)))
|
||||||
|
|
||||||
|
(setq org-caldav-files '("~/org/studies.org"))
|
||||||
;; Actual calendar configuration edit this to meet your specific needs
|
;; Actual calendar configuration edit this to meet your specific needs
|
||||||
(setq org-caldav-url "https://cloud.sewelam.org/remote.php/dav/calendars/Aly")
|
(setq org-caldav-url "https://cloud.sewelam.org/remote.php/dav/calendars/Aly")
|
||||||
(setq org-caldav-calendars
|
(setq org-caldav-calendars
|
||||||
@@ -204,8 +205,6 @@
|
|||||||
:config
|
:config
|
||||||
(setq org-icalendar-alarm-time 1)
|
(setq org-icalendar-alarm-time 1)
|
||||||
(setq org-caldav-sync-direction 'org->cal)
|
(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)
|
||||||
@@ -323,3 +322,7 @@
|
|||||||
(autoload 'processing-mode "processing-mode" "Processing mode" t)
|
(autoload 'processing-mode "processing-mode" "Processing mode" t)
|
||||||
(add-to-list 'auto-mode-alist '("\\.pde$" . processing-mode))
|
(add-to-list 'auto-mode-alist '("\\.pde$" . processing-mode))
|
||||||
(setq-default processing-location "~/bin/processing-java")
|
(setq-default processing-location "~/bin/processing-java")
|
||||||
|
;; idk what this is
|
||||||
|
(map! :leader
|
||||||
|
:nv "n d" #'org-agenda-day-view
|
||||||
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user