diff options
author | fpi | 2020-08-05 12:06:56 +0200 |
---|---|---|
committer | fpi | 2020-08-05 12:07:49 +0200 |
commit | cc23eaf639fbf2c8d8d05e223f15701a82135ee5 (patch) | |
tree | 5ea872a2786c11744d6b2a078464efcd5714e9b1 | |
parent | Rebind shell-pop (diff) |
Add more time budget definitions
-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 |