diff options
| author | fpi | 2020-07-01 19:29:17 +0200 | 
|---|---|---|
| committer | fpi | 2020-07-01 19:31:03 +0200 | 
| commit | e1fdf7757e12a0abe90a5a9568d5bb110fa653b6 (patch) | |
| tree | b74b9c8a763af39ba09a6fd4f253a617ea7827ca | |
| parent | Extract org capture templates & setup org-expiry (diff) | |
Add more org-time-budgets
| -rw-r--r-- | emacs-init.org | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index ed1b139..8899445 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2720,7 +2720,9 @@ Gives an overview of time spent on defined budgets this week. Great to track if    :straight (:host github :repo "fpiper/org-time-budgets"                     :branch "develop")    :custom -  (org-time-budgets '((:title "Work" :match "+work-nowork" :budget "40:00" :block workweek)))) +  (org-time-budgets '((:title "Work" :match "+work-nowork" :budget "40:00" :block workweek) +                      (:title "Research" :match "+work+research" :budget "24:00" :block total-only) +                      (:title "Teaching" :match "+work+teaching" :budget "8:00" :block total-only))))  #+end_src  *** Column view  #+begin_src emacs-lisp  | 
