From 76ee7b7cdd050961bb0b17fa8f4a3cb48bb54fd5 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Wed, 3 Jan 2018 22:54:28 +0100 Subject: [PATCH] org-clock: Allow CLOCK_MODELINE_TOTAL inheritance * lisp/org-clock.el (org-clock-get-sum-start): Allow CLOCK_MODELINE_TOTAL inheritance. --- lisp/org-clock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index a1a5996d9..c58996baf 100644 --- a/lisp/org-clock.el +++ b/lisp/org-clock.el @@ -1442,7 +1442,7 @@ in particular CLOCK_MODELINE_TOTAL and the corresponding variable `org-clock-mode-line-total' and then decides which time to use. The time is always returned as UTC." - (let ((cmt (or (org-entry-get nil "CLOCK_MODELINE_TOTAL") + (let ((cmt (or (org-entry-get nil "CLOCK_MODELINE_TOTAL" 'selective) (symbol-name org-clock-mode-line-total))) (lr (org-entry-get nil "LAST_REPEAT"))) (cond