From 9a5d38d2e4e5ed8ce224228338830fc87b922978 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 7 Mar 2016 14:02:21 -0600 Subject: [PATCH] stop using cache --- emacs_el/configuration/org-mode-configuration.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs_el/configuration/org-mode-configuration.el b/emacs_el/configuration/org-mode-configuration.el index c6e758a..fe009bc 100644 --- a/emacs_el/configuration/org-mode-configuration.el +++ b/emacs_el/configuration/org-mode-configuration.el @@ -860,6 +860,8 @@ Skip project and sub-project tasks, habits, and loose non-project tasks." ;; Include current clocking task in clock reports (setq org-clock-report-include-clocking-task t) +;; the cache seems to be broken +(setq org-element-use-cache nil) (defvar bh/keep-clock-running nil) -- 2.39.5