summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-09-18 15:53:29 +0200
committerfpi2020-09-18 15:57:19 +0200
commit4116684e3b3d900bfa77fef1f99d602fec088f04 (patch)
treeb15bb420418297d16cb87aec3c97ef6bddbcc90d /emacs-init.org
parentAdd functions to split window left and above (diff)
Slim down time budgets as it was too slow
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 6f6badd..9f7705b 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -3557,8 +3557,7 @@ Gives an overview of time spent on defined budgets this week. Great to track if
(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 "├Reading" :match "+work+read" :budget "0" :blocks (day week))
- (:title "╰Shaved Yaks" :match "+work+nonprod" :budget "0" :blocks (day week))
+ (:title "╰Reading" :match "+work+read" :budget "5:00" :blocks (workday week))
(:title "Personal" :match "+nowork-nonprod" :budget "5:00" :blocks (nil week)))))
#+end_src
**** Column view