summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2020-07-01 19:29:17 +0200
committerfpi2020-07-01 19:31:03 +0200
commite1fdf7757e12a0abe90a5a9568d5bb110fa653b6 (patch)
treeb74b9c8a763af39ba09a6fd4f253a617ea7827ca /emacs-init.org
parentExtract org capture templates & setup org-expiry (diff)
Add more org-time-budgets
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org4
1 files changed, 3 insertions, 1 deletions
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