From 86378d27977c5220f01b6b63fbfeca1add6d18e5 Mon Sep 17 00:00:00 2001 From: fpi Date: Mon, 20 Jul 2020 10:58:10 +0200 Subject: Disable byte-compilation for org-time-budgets Byte compiling breaks due to my poorly defined function. --- emacs-init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs-init.org b/emacs-init.org index 2ef5161..8944598 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2915,7 +2915,8 @@ Gives an overview of time spent on defined budgets this week. Great to track if #+begin_src emacs-lisp (use-package org-time-budgets :straight (:host github :repo "fpiper/org-time-budgets" - :branch "develop") + :branch "develop" + :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)) -- cgit v1.2.3