From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Wood Subject: Re: Agenda view column mode: How to a column showing just today's time? Date: Mon, 06 Aug 2012 08:16:07 -0700 Message-ID: <501FDFB7.2020007@berkeley.edu> References: <4FBE74F6.9040307@berkeley.edu> <877gtdbt1k.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:52158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyP38-0007bQ-Jo for emacs-orgmode@gnu.org; Mon, 06 Aug 2012 11:16:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SyP34-0002kB-Pm for emacs-orgmode@gnu.org; Mon, 06 Aug 2012 11:16:54 -0400 In-Reply-To: <877gtdbt1k.fsf@gnu.org> 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: Bastien Cc: emacs-orgmode@gnu.org Thanks. I'll let you know as soon as I have a chance to try it. Brian Wood Applications Programmer UC Berkeley IST Application Services On 8/5/12 2:13 AM, Bastien wrote: > 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, >