From mboxrd@z Thu Jan 1 00:00:00 1970 From: Noah Slater Subject: Filtering org-clock-display Date: Sun, 20 Apr 2014 11:25:56 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=20cf300e4cd956913b04f775f860 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wbo0g-0005mD-Sm for emacs-orgmode@gnu.org; Sun, 20 Apr 2014 05:26:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wbo0b-0002Eq-79 for emacs-orgmode@gnu.org; Sun, 20 Apr 2014 05:26:02 -0400 Received: from mail-yk0-x229.google.com ([2607:f8b0:4002:c07::229]:56386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wbo0b-0002Em-2I for emacs-orgmode@gnu.org; Sun, 20 Apr 2014 05:25:57 -0400 Received: by mail-yk0-f169.google.com with SMTP id 142so2639389ykq.28 for ; Sun, 20 Apr 2014 02:25:56 -0700 (PDT) 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: emacs-orgmode@gnu.org --20cf300e4cd956913b04f775f860 Content-Type: text/plain; charset=ISO-8859-1 At the start of a clocktable, I can specify a few parameters that allow me to filter/restrict the time ranges used for display. For instance, this only shows me clocks from the past 30 days: :tstart "<-30d>" What I'd like to do is do this for org-clock-display too. Perhaps I could specify it at the file level, like: #+CLOCKPROPS: Or perhaps this is something I could specify at the node level? Either way, this would allow me to specify things like :tstart and I could therefor have my clock display only show me times clocked in the previous 30 days (or whatever). What do others think about this idea? --20cf300e4cd956913b04f775f860 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
At the start of a clocktable, I can specify a few paramete= rs that allow me to filter/restrict the time ranges used for display.
<= br>
For instance, this only shows me clocks from the past 30 days= :

:tstart "<-30d>"

What I'd like to do is do this for org-clock-display too.
=
Perhaps I could specify it at the file level, like:

#+CLOCKPROPS:

Or perhaps this = is something I could specify at the node level?

Ei= ther way, this would allow me to specify things like :tstart and I could th= erefor have my clock display only show me times clocked in the previous 30 = days (or whatever).

What do others think about this idea?
--20cf300e4cd956913b04f775f860--