You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
1.1 KiB
EmacsLisp
11 lines
1.1 KiB
EmacsLisp
(load-file "~/.emacs.d/agenda-common.el")
|
|
(load-file "~/.emacs.d/custom/workday.el")
|
|
(if workday
|
|
(if (< (string-to-number (format-time-string "%H")) 19)
|
|
(if (> (string-to-number (format-time-string "%H")) 7)
|
|
(setq org-agenda-files (list "~/Documents/drive/org/calendar/admin.org" "~/Documents/drive/org/calendar/home.org" "~/Documents/drive/org/calendar/music.org" "~/Documents/drive/org/calendar/work.org"))
|
|
(setq org-agenda-files (list "~/Documents/drive/org/calendar/admin.org" "~/Documents/drive/org/calendar/home.org" "~/Documents/drive/org/calendar/music.org" "~/Documents/drive/org/calendar/personal.org")))
|
|
(setq org-agenda-files (list "~/Documents/drive/org/calendar/admin.org" "~/Documents/drive/org/calendar/home.org" "~/Documents/drive/org/calendar/music.org" "~/Documents/drive/org/calendar/personal.org")))
|
|
(setq org-agenda-files (list "~/Documents/drive/org/calendar/admin.org" "~/Documents/drive/org/calendar/home.org" "~/Documents/drive/org/calendar/music.org" "~/Documents/drive/org/calendar/personal.org")))
|
|
(setq org-agenda-prefix-format '((agenda . "%?-12t%s")))
|