Add kaizen file

master
Jacopo De Simoi 5 years ago
parent b4ef2eafa0
commit 6c8b87e353
  1. 18
      global.org

@ -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

Loading…
Cancel
Save