summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-07-22 10:27:46 +0200
committerfpi2020-07-22 10:35:46 +0200
commitd530df8b9ae88d15a6426b9008e25fbe5de82ebc (patch)
treeb6330760000ef4504b3ab78baed3f55ebec53f78
parentDelight org-edna (diff)
Make time-budgets display fancier
-rw-r--r--emacs-init.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs-init.org b/emacs-init.org
index 432ff48..7eee49c 100644
--- a/emacs-init.org
+++ b/emacs-init.org
@@ -2925,8 +2925,8 @@ Gives an overview of time spent on defined budgets this week. Great to track if
:no-byte-compile t)
: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 "├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