Separate techbro agenda items
This commit is contained in:
parent
9ae2a1bee2
commit
702c0bd5b0
1 changed files with 15 additions and 14 deletions
|
@ -699,7 +699,7 @@ Set the files to be included.
|
|||
(if (string-equal system-type "android")
|
||||
(if workhours
|
||||
(setq org-agenda-files '("/storage/emulated/0/Sync/org/calendar/admin.org" "/storage/emulated/0/Sync/org/calendar/music.org" "/storage/emulated/0/Sync/org/calendar/work.org" "/storage/emulated/0/Sync/org/calendar/acwri.org"))
|
||||
(setq org-agenda-files '("/storage/emulated/0/Sync/org/calendar/admin.org" "/storage/emulated/0/Sync/org/calendar/music.org" "/storage/emulated/0/Sync/org/calendar/personal.org")))
|
||||
(setq org-agenda-files '("/storage/emulated/0/Sync/org/calendar/admin.org" "/storage/emulated/0/Sync/org/calendar/music.org" "/storage/emulated/0/Sync/org/calendar/personal.org" "/storage/emulated/0/Sync/org/calendar/techbro.org")))
|
||||
(progn
|
||||
(add-to-list 'org-agenda-files "~/Documents/drive/org/calendar/music.org")
|
||||
(add-to-list 'org-agenda-files "~/Documents/drive/org/calendar/admin.org")
|
||||
|
@ -713,7 +713,8 @@ Set the files to be included.
|
|||
(progn
|
||||
(add-to-list 'org-agenda-files "~/Documents/drive/org/calendar/work.org")
|
||||
(add-to-list 'org-agenda-files "~/Documents/drive/org/calendar/acwri.org"))
|
||||
(add-to-list 'org-agenda-files "~/Documents/drive/org/calendar/personal.org"))))))
|
||||
(add-to-list 'org-agenda-files "~/Documents/drive/org/calendar/personal.org")
|
||||
(add-to-list 'org-agenda-files "~/Documents/drive/org/calendar/techbro.org"))))))
|
||||
#+END_SRC
|
||||
|
||||
Set how the agenda looks.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue