From mboxrd@z Thu Jan 1 00:00:00 1970 From: Makmiller Pedroso Subject: agenda column view and CLOCKSUM Date: Thu, 24 Mar 2016 17:50:19 -0400 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c151e2df9391052ed26f59 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajD9M-00070q-Lv for emacs-orgmode@gnu.org; Thu, 24 Mar 2016 17:50:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajD9L-0006q1-L7 for emacs-orgmode@gnu.org; Thu, 24 Mar 2016 17:50:40 -0400 Received: from mail-qg0-x233.google.com ([2607:f8b0:400d:c04::233]:34493) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajD9L-0006pv-7T for emacs-orgmode@gnu.org; Thu, 24 Mar 2016 17:50:39 -0400 Received: by mail-qg0-x233.google.com with SMTP id c67so15691240qgc.1 for ; Thu, 24 Mar 2016 14:50:38 -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 --001a11c151e2df9391052ed26f59 Content-Type: text/plain; charset=UTF-8 Dear all, The agenda column view only updates the value of CLOCKSUM after I run column view in each one of my agenda files individually. Is this the expected behavior? If it is, do you have any suggestions of how I can update the value of CLOCKSUM when using the agenda column view without having to visit each agenda file individually? My column view uses the following format: (setq org-columns-default-format "%1PRIORITY %5TODO %20ITEM(Task) %10SCHEDULED %10CLOCKSUM_T %10CLOCKSUM %10Effort(Effort) %TAGS") My agenda view uses a custom dispatcher: (setq org-agenda-custom-commands '(("h" "Things to do today" ((tags "@Today") (agenda "" ((org-agenda-ndays 1) (org-agenda-show-all-dates nil))))))) Thanks! mak --001a11c151e2df9391052ed26f59 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Dear all,

The agenda column view only u= pdates the value of CLOCKSUM after I run column view in each one of my agen= da files individually. Is this the expected behavior? If it is, do you have= any suggestions of how I can update the value of CLOCKSUM when using the a= genda column view without having to visit each agenda file individually?

My column view uses the following format:
=
(setq org-columns-default-format "%1PRIORITY %5TODO %20= ITEM(Task) %10SCHEDULED %10CLOCKSUM_T %10CLOCKSUM %10Effort(Effort) %TAGS&q= uot;)

My agenda view uses a custom dispatcher:=

(setq org-agenda-custom-commands
= =C2=A0 =C2=A0 =C2=A0 '(("h" "Things to do today"
((tags "@T= oday")
= =C2=A0(agenda "" ((org-agenda-ndays 1)
=C2=A0 =C2=A0 =C2=A0(org-agenda-show-a= ll-dates nil)))))))

Thanks!
mak



--001a11c151e2df9391052ed26f59--