emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] [BUG] agenda column view summaries missing in block agendas


From: Nicolas Goaziou
Subject: Re: [O] [BUG] agenda column view summaries missing in block agendas
Date: Tue, 17 Jan 2017 12:02:36 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hello,

Matt Lundin <address@hidden> writes:

> If one uses a custom agenda command with multiple blocks, column
> summaries in the agenda display do not display for all blocks.
>
> Steps to replicate:
>
> emacs -Q -l ~/minimal.el
>
> Where minimal contains....
>
> (add-to-list 'load-path "~/org-mode/lisp/")
> (add-to-list 'load-path "~/org-mode/contrib/lisp/")
>
> (require 'org)
>
> (setq org-agenda-files '("~/test.org"))
>
> (setq org-columns-default-format
>       "%40ITEM(Task) %8Effort(Estimate){:} %8CLOCKSUM %20SCHEDULED 
> %20DEADLINE %20TIMESTAMP")
>
> (setq org-agenda-custom-commands
>       '(("n" "Now"
>        ((todo "TODO")
>         (agenda "")))))
>
>
> and ~/test.org contains...
>
> * TODO Buy groceries
>   SCHEDULED: <2017-01-16 Mon>
>   :PROPERTIES:
>   :Effort:   0:10
>   :END:
> * TODO Mow lawn
>   SCHEDULED: <2017-01-16 Mon>
> * TODO Clean house
>   SCHEDULED: <2017-01-16 Mon>
>
>
> If I call the custom agenda command above and then org-agenda-columns,
> no summary data is displayed for the first block (the todo block).
> Summary data does appear at the top of the agenda block.

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

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