emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] CLOCKSUM counts appointments excluded by tag


From: Nicolas Goaziou
Subject: Re: [O] CLOCKSUM counts appointments excluded by tag
Date: Fri, 16 Jan 2015 10:00:49 +0100

Hello,

Myles English <address@hidden> writes:

> Yes, I can see similar behaviour for clocked tasks.  That is to say, with
> this file contents:
>
> #+COLUMNS: %40ITEM(Task) %17Effort(Estimated Effort){:} %CLOCKSUM
> * TODO Earn money
>   :PROPERTIES:
>   :Effort:   0:10
>   :END:
>
> * TODO Drink tea                              :a:
>   :PROPERTIES:
>   :Effort:   0:30
>   :END:
>
> #start emacs
> $ emacs -Q
>
> M-x org-agenda
> <                 ;; narrow to current buffer
> t                   ;; see all TODOs
> C-c C-x C-c  ;; see column view
> /  - TAB a     ;; exclude the item tagged :a:
>
> And the result looks something like this:
>
> Task                                                       | Estimated
> Effort
> ____________________________________________________
> Global list of TODO items of type: ALL
> Available with `N r': (0)[ALL] (1)TODO   | 0:40
>   TODO Earn money                              | 0:10

AFAICT, it seems this feature is not implemented. Org uses a cache to
record sums (e.g. clocksum), which is not updated when a filter is
applied.


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]