|
|
|
|
@ -733,15 +733,15 @@ |
|
|
|
|
Define agenda files: the main one is ~master.org~, but then I have |
|
|
|
|
a bunch of them on orgzly |
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
|
(setq org-agenda-files |
|
|
|
|
'("~/org/master.org" |
|
|
|
|
"~/org/next.org" |
|
|
|
|
"~/org/orgzly/work.org" |
|
|
|
|
"~/org/orgzly/scheduled.org" |
|
|
|
|
"~/org/orgzly/hack.org" |
|
|
|
|
"~/org/orgzly/live.org" |
|
|
|
|
"~/org/orgzly/library.org" |
|
|
|
|
"~/org/orgzly/refile.org")) |
|
|
|
|
(setq org-agenda-files |
|
|
|
|
'("~/org/master.org" |
|
|
|
|
"~/org/next.org" |
|
|
|
|
"~/org/orgzly/work.org" |
|
|
|
|
"~/org/orgzly/scheduled.org" |
|
|
|
|
"~/org/orgzly/hack.org" |
|
|
|
|
"~/org/orgzly/library.org" |
|
|
|
|
"~/org/orgzly/kaizen.org" |
|
|
|
|
"~/org/orgzly/refile.org")) |
|
|
|
|
#+end_src |
|
|
|
|
Default to daily agenda |
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
|
|