From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: [BUG] agenda column view summaries missing in block agendas
Date: Tue, 17 Jan 2017 12:02:36 +0100 [thread overview]
Message-ID: <87shoi2blf.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <87mveqacj7.fsf@fastmail.fm> (Matt Lundin's message of "Mon, 16 Jan 2017 16:02:52 -0600")
Hello,
Matt Lundin <mdl@imapmail.org> 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
prev parent reply other threads:[~2017-01-17 11:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-16 22:02 [BUG] agenda column view summaries missing in block agendas Matt Lundin
2017-01-17 11:02 ` Nicolas Goaziou [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87shoi2blf.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.