org-colview: Fix `org-agenda-overriding-columns-format'
commitd777418ac68611038cbf219a3a94594400c46d7c
authorNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 11 Dec 2016 00:34:55 +0000 (11 01:34 +0100)
committerNicolas Goaziou <mail@nicolasgoaziou.fr>
Sun, 11 Dec 2016 00:34:55 +0000 (11 01:34 +0100)
tree9e585343b7753a68165b7e375c07837ee8f19f29
parent00ea6a286c948dfefbbd6e87e6d159e5ea8d17fc
org-colview: Fix `org-agenda-overriding-columns-format'

* lisp/org-colview.el (org-columns--collect-values): Change signature.
(org-agenda-columns): Apply signature change.

When calling `org-agenda-columns' compiled columns format is set
locally to Agenda buffer, but `org-columns--collect-values' is called
from source buffers.  Therefore, it uses default format instead of the
compiled one.

Reported-by: Christian Prothmann <ckprothmann@yahoo.com>
<http://permalink.gmane.org/gmane.emacs.orgmode/110748>
lisp/org-colview.el