From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: agenda column view and CLOCKSUM Date: Wed, 06 Apr 2016 10:56:40 +0200 Message-ID: <87k2kbdsjb.fsf@nicolasgoaziou.fr> References: <87mvpcs8ax.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46973) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anjEN-0003jQ-BF for emacs-orgmode@gnu.org; Wed, 06 Apr 2016 04:54:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1anjEM-0004eF-DP for emacs-orgmode@gnu.org; Wed, 06 Apr 2016 04:54:31 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:48617) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1anjEM-0004e3-6q for emacs-orgmode@gnu.org; Wed, 06 Apr 2016 04:54:30 -0400 In-Reply-To: (Makmiller Pedroso's message of "Sat, 2 Apr 2016 10:11:23 -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: > I am using Org-mode version 8.3beta (release_8.3beta-422-gb54ad3). > > I tried to create a minimal example in which the CLOCKSUMs do not get > updated. It seems that the CLOCKSUM_T is the one that is not getting > updated (unless if I run the column view in the agenda file before I run > the agenda dispatcher). I'm not sure if this is expected behavior. > > Here is the example I used. I ran > > emacs -q -l /tmp/example.el > > where "example.el" contains > > -------------------------------------------------------------------------- > (setq org-columns-default-format "%1PRIORITY %5TODO %20ITEM(Task) > %10SCHEDULED %10Effort(Effort){:} %10CLOCKSUM_T %10CLOCKSUM %TAGS") > > (setq org-agenda-custom-commands > '(("h" "Things to do today" > ((tags "@Today") > (agenda "" ((org-agenda-ndays 1) > (org-agenda-show-all-dates nil))))))) > > (setq org-agenda-files (list "/tmp/agenda.org")) > ------------------------------------------------------------------------- > > and the agenda.org contains > > ------------------------------------------------------------------------------------------- > ** TODO Eat cookies :@Today: > :LOGBOOK: > CLOCK: [2016-04-02 Sat 07:26]--[2016-04-02 Sat 09:26] => 2:00 > :END: > > ** TODO Eat more cookies :@Today: > :LOGBOOK: > CLOCK: [2016-04-02 Sat 07:26]--[2016-04-02 Sat 11:26] => 4:00 > :END: > -------------------------------------------------------------------------------------------- Thank you for the ECM. However, I don't think this issue exists in recent releases. Could you update Org to latest development version and try again? Regards, -- Nicolas Goaziou