]> git.donarmstrong.com Git - lib.git/commitdiff
stop using cache
authorDon Armstrong <don@donarmstrong.com>
Mon, 7 Mar 2016 20:02:21 +0000 (14:02 -0600)
committerDon Armstrong <don@donarmstrong.com>
Mon, 7 Mar 2016 20:02:30 +0000 (14:02 -0600)
emacs_el/configuration/org-mode-configuration.el

index c6e758ac1d7d5bdc369347d15741161bf31f406c..fe009bca9d1cf22176389e52a89912bc2ef49cb6 100644 (file)
@@ -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)