From cc23eaf639fbf2c8d8d05e223f15701a82135ee5 Mon Sep 17 00:00:00 2001 From: fpi Date: Wed, 5 Aug 2020 12:06:56 +0200 Subject: Add more time budget definitions --- emacs-init.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3