|
From: | Noah Slater |
Subject: | Re: [O] Filtering org-clock-display |
Date: | Tue, 5 Aug 2014 16:51:38 +0200 |
> Can I pass in the range when calling it from a function?Not directly.
(org-clock-display '(16)) will interactively prompt for a range.
(let ((org-clock-display-default-range 'thisweek))
(org-clock-display))
will display the clock with the new option
`org-clock-display-default-range' set to thisweek.
HTH,
--
Bastien
[Prev in Thread] | Current Thread | [Next in Thread] |