summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-08-05 12:06:56 +0200
committerfpi2020-08-05 12:07:49 +0200
commitcc23eaf639fbf2c8d8d05e223f15701a82135ee5 (patch)
tree5ea872a2786c11744d6b2a078464efcd5714e9b1
parentRebind shell-pop (diff)
Add more time budget definitions
-rw-r--r--emacs-init.org5
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