[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] Local COLUMNS and columnview block
From: |
Nicolas Goaziou |
Subject: |
Re: [O] Local COLUMNS and columnview block |
Date: |
Sat, 17 Nov 2018 22:16:36 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) |
Hello,
Lele Gaifax <address@hidden> writes:
> As said, a the local COLUMNS setting is honored by the transient columns view,
> but it is ignored by org-clock-report and org-dbclock-update.
>
> Am I doing something wrong or isn't it possible?
COLUMNS property, or keyword, are not related to clocktable and such.
Moreover, in the "columnview" dynamic block, you use ":id global", which
means calling `org-columns' on the whole buffer, using global COLUMNS
keyword.
You can use :format property to use the appropriate columns:
:format "%40ITEM(Item) %13Effort(Effort){:} %CLOCKSUM(Spent)"
Regards,
--
Nicolas Goaziou