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