From: Don Armstrong Date: Mon, 7 Mar 2016 20:02:21 +0000 (-0600) Subject: stop using cache X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9a5d38d2e4e5ed8ce224228338830fc87b922978;p=lib.git stop using cache --- 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)