diff options
-rw-r--r-- | emacs-init.org | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emacs-init.org b/emacs-init.org index cd8ee60..ec3d73f 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -3544,7 +3544,10 @@ Gives an overview of time spent on defined budgets this week. Great to track if :custom (org-time-budgets '((:title "Work" :match "+work-nowork" :budget "40:00" :blocks (workday week)) (:title "├Research" :match "+work+research" :budget "24:00" :blocks (nil week)) - (:title "╰Teaching" :match "+work+teaching" :budget "8:00" :blocks (nil week))))) + (:title "├Teaching" :match "+work+teaching" :budget "8:00" :blocks (nil week)) + (:title "├Reading" :match "+work+read" :budget "0" :blocks (day week)) + (:title "╰Shaved Yaks" :match "+work+nonprod" :budget "0" :blocks (day week)) + (:title "Personal" :match "+nowork-nonprod" :budget "5:00" :blocks (nil week))))) #+end_src **** Column view #+begin_src emacs-lisp |