Still fundamentally misunderstanding if statements
This commit is contained in:
parent
7d6f1d5e31
commit
00d5d9b7d1
1 changed files with 4 additions and 2 deletions
|
@ -2,8 +2,10 @@
|
|||
(if (isworkday)
|
||||
(if (< (string-to-number (format-time-string "%H")) 18)
|
||||
(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/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")))
|
||||
(setq org-deadline-warning-days 0)
|
||||
(load-file "~/.emacs.d/agenda-common.el")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue