Hello,

Stig Brautaset <s...@brautaset.org> writes:

> I have the following column-mode defined in =~/org/Holidays.org=:
>
> #+BEGIN_SRC org
>   ,#+COLUMNS: %TIMESTAMP(When) %ITEM(What) %CONFIRMED(Confirmed?){X/} 
> %DAYS(Days){+}
>   ,#+Confirmed_ALL: "[ ]" "[X]"
>   ,#+TODO: TODO | DONE CANCELLED
> #+END_SRC
>
> Is it possible to have the =%DAYS(Days){+}= part only sum up rows that
> have an =[X]= in their =Confirmed?= property?

Not out of the box. But you could write a function creating and updating
another property, e.g., CHECKED_DAYS and have columns view display this
instead.

Regards,

-- 
Nicolas Goaziou

Reply via email to