From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Agenda view column mode: How to a column showing just today's time? Date: Sun, 05 Aug 2012 11:13:27 +0200 Message-ID: <877gtdbt1k.fsf@gnu.org> References: <4FBE74F6.9040307@berkeley.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:57362) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxwtO-0001C4-7c for emacs-orgmode@gnu.org; Sun, 05 Aug 2012 05:12:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxwtN-0000Qi-3u for emacs-orgmode@gnu.org; Sun, 05 Aug 2012 05:12:58 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:52840) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxwtM-0000Qd-S7 for emacs-orgmode@gnu.org; Sun, 05 Aug 2012 05:12:57 -0400 Received: by wibhq4 with SMTP id hq4so610281wib.12 for ; Sun, 05 Aug 2012 02:12:56 -0700 (PDT) In-Reply-To: <4FBE74F6.9040307@berkeley.edu> (Brian Wood's message of "Thu, 24 May 2012 10:50:46 -0700") 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: Brian Wood Cc: emacs-orgmode@gnu.org Hi Brian, Brian Wood writes: > I'd like to replace CLOCKSUM with a column that shows me just the > time spent on the task *today* (not all the time ever spent on the > task). >From latest git HEAD, you can try this column view: #+COLUMNS: %30ITEM %%10CLOCKSUM(Total) %10CLOCKSUM_T(Today) It will show the total clock sum along with that of today. HTH, -- Bastien