From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Filtering org-clock-display Date: Mon, 28 Jul 2014 17:45:15 +0200 Message-ID: <87ppgpv1j9.fsf@bzg.ath.cx> References: <871twsjnzz.fsf@bzg.ath.cx> <87eh0si1gb.fsf@bzg.ath.cx> <87vbsutone.fsf@bzg.ath.cx> <87oayl3yvo.fsf@bzg.ath.cx> <87ioonmpiv.fsf@bzg.ath.cx> <871tvat363.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBog6-0007uP-EX for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XBofm-0005zn-Dl for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:38 -0400 Received: from mail-s76.mailgun.info ([184.173.153.204]:37467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XBofm-0005u0-Ab for emacs-orgmode@gnu.org; Mon, 28 Jul 2014 13:25:18 -0400 In-Reply-To: (Noah Slater's message of "Sat, 31 May 2014 23:36:05 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Noah Slater Cc: emacs-orgmode@gnu.org Hi Noah, Noah Slater writes: > 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