emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Org Mode <emacs-orgmode@gnu.org>
Subject: Re: [BUG] No agenda column view summary shown if org-agenda-overriding-header is set
Date: Tue, 17 Jan 2017 11:36:59 +0100	[thread overview]
Message-ID: <87wpdu2cs4.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <874m0ybsa0.fsf@fastmail.fm> (Matt Lundin's message of "Mon, 16 Jan 2017 15:37:27 -0600")

Hello,

Matt Lundin <mdl@imapmail.org> writes:

> I find that column view summaries do not display if
> org-agenda-overriding-header is set.
>
> Steps to replicate:
>
> emacs -Q -l ~/minimal.el
>
> Where minimal.el 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
>       '(("o" todo "TODO"
> 	 ((org-agenda-overriding-header "Now")))))
>
>
> ...and ~/test.org contains...
>
> * TODO Buy groceries
>   SCHEDULED: <2017-01-16 Mon>
>   :PROPERTIES:
>   :Effort:   0:10
>   :END:
>   [2017-01-16 Mon 15:11]
> * TODO Mow lawn
>   SCHEDULED: <2017-01-16 Mon>
>   [2017-01-16 Mon 15:11]
> * TODO Clean house
>   SCHEDULED: <2017-01-16 Mon>
>   [2017-01-16 Mon 15:11]
>
> When calling column view, the overlay summary line with total effort
> estimates is missing.

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou

      reply	other threads:[~2017-01-17 10:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-16 21:37 [BUG] No agenda column view summary shown if org-agenda-overriding-header is set Matt Lundin
2017-01-17 10:36 ` 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

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wpdu2cs4.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 public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).