From 9639edc5170515ff2eba55fd622dc029d639d711 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Wed, 5 Mar 2014 15:47:41 +0100 Subject: [PATCH] org-colview.el (org-columns-display-here): Let-bind `fm' * org-colview.el (org-columns-display-here): Let-bind `fm'. --- lisp/org-colview.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-colview.el b/lisp/org-colview.el index 733acc7d4..07ee69f14 100644 --- a/lisp/org-colview.el +++ b/lisp/org-colview.el @@ -174,7 +174,7 @@ This is the compiled version of the format.") (face (list color font 'org-column ref-face)) (face1 (list color font 'org-agenda-column-dateline ref-face)) (cphr (get-text-property (point-at-bol) 'org-complex-heading-regexp)) - pom property ass width f fc string ov column val modval s2 title calc) + pom property ass width f fc string fm ov column val modval s2 title calc) ;; Check if the entry is in another buffer. (unless props (if (eq major-mode 'org-agenda-mode)