From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: agenda column view and CLOCKSUM Date: Sat, 02 Apr 2016 10:51:02 +0200 Message-ID: <87mvpcs8ax.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amHEr-0003oN-Hp for emacs-orgmode@gnu.org; Sat, 02 Apr 2016 04:49:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1amHEq-0000F9-LY for emacs-orgmode@gnu.org; Sat, 02 Apr 2016 04:49:01 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:53358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1amHEq-0000EI-FY for emacs-orgmode@gnu.org; Sat, 02 Apr 2016 04:49:00 -0400 In-Reply-To: (Makmiller Pedroso's message of "Thu, 24 Mar 2016 17:50:19 -0400") 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: Makmiller Pedroso Cc: emacs-orgmode@gnu.org Hello, Makmiller Pedroso writes: > 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))))))) What Org version are you using? If it isn't the latest, could you report if this one has the same issue? Regards, -- Nicolas Goaziou