From mboxrd@z Thu Jan 1 00:00:00 1970 From: Barton Subject: Clocksums are not computed for custom agenda views Date: Tue, 05 Aug 2014 07:04:27 -0400 Message-ID: <1407236667.3685782.149292073.59B1ACB9@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60194) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEcXk-0003Th-VW for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 07:04:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XEcXf-0004f3-U9 for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 07:04:36 -0400 Received: from new1-smtp.messagingengine.com ([66.111.4.221]:38816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XEcXf-0004dl-Pl for emacs-orgmode@gnu.org; Tue, 05 Aug 2014 07:04:31 -0400 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by gateway1.nyi.internal (Postfix) with ESMTP id 118EF160E for ; Tue, 5 Aug 2014 07:04:29 -0400 (EDT) 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 Hi, I have several custom agenda commands of this form: (setq org-agenda-custom-commands '(("c" . "Custom views") ("cw" "Work" agenda "" ((org-agenda-files '( ;; work files )))))) Whenever I try to view these in column view, the CLOCKSUM is blank unless I go into the specific buffer with the file and run org-clock-sum. On the other hand, org-clock-sum seems to happen automatically for all agenda file buffers if the same files are added to org-agenda-files directly and then accessed with org-agenda-list, org-agenda-columns. What would be the correct way to automate this CLOCKSUM computation for the files in my custom agenda views? My org-columns-default-format is "%25ITEM(Item) %5Effort(t est){:} %5CLOCKSUM_T(t today){:} %SCHEDULED(ON) %DEADLINE(BY)". -- Barton