emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [BUG] No agenda column view summary shown if org-agenda-overriding-header is set
@ 2017-01-16 21:37 Matt Lundin
  2017-01-17 10:36 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Matt Lundin @ 2017-01-16 21:37 UTC (permalink / raw)
  To: Org Mode

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...

--8<---------------cut here---------------start------------->8---
(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")))))
--8<---------------cut here---------------end--------------->8---

...and ~/test.org contains...

--8<---------------cut here---------------start------------->8---
* 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]
--8<---------------cut here---------------end--------------->8---

When calling column view, the overlay summary line with total effort
estimates is missing.

I ran a git bisect and determined that this bug was introduced with
commit 279902ca4da4fe5f0ceff801a3aab51b942b42b7 (Feb. 14, 2016).
Versions of org before this correctly display the summary line.

Best,
Matt

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [BUG] No agenda column view summary shown if org-agenda-overriding-header is set
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2017-01-17 10:36 UTC (permalink / raw)
  To: Org Mode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-17 10:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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

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).