summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs-init.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 5ce60a9..75dedac 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -2843,9 +2843,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)
- (:title "Research" :match "+work+research" :budget "24:00" :block total-only)
- (:title "Teaching" :match "+work+teaching" :budget "8:00" :block total-only))))
+ (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)))))
#+end_src
*** Column view
#+begin_src emacs-lisp