From e1fdf7757e12a0abe90a5a9568d5bb110fa653b6 Mon Sep 17 00:00:00 2001 From: fpi Date: Wed, 1 Jul 2020 19:29:17 +0200 Subject: Add more org-time-budgets --- emacs-init.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs-init.org b/emacs-init.org index ed1b139..8899445 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2720,7 +2720,9 @@ Gives an overview of time spent on defined budgets this week. Great to track if :straight (:host github :repo "fpiper/org-time-budgets" :branch "develop") :custom - (org-time-budgets '((:title "Work" :match "+work-nowork" :budget "40:00" :block workweek)))) + (org-time-budgets '((:title "Work" :match "+work-nowork" :budget "40:00" :block workweek) + (:title "Research" :match "+work+research" :budget "24:00" :block total-only) + (:title "Teaching" :match "+work+teaching" :budget "8:00" :block total-only)))) #+end_src *** Column view #+begin_src emacs-lisp -- cgit v1.2.3