|
@@ -169,8 +169,10 @@ This is the compiled version of the format.")
|
|
|
(get-text-property (point-at-bol) 'face))
|
|
|
'default))
|
|
|
(color (list :foreground (face-attribute ref-face :foreground)))
|
|
|
- (face (list color 'org-column ref-face))
|
|
|
- (face1 (list color 'org-agenda-column-dateline ref-face))
|
|
|
+ (font (list :height (face-attribute 'default :height)
|
|
|
+ :family (face-attribute 'default :family)))
|
|
|
+ (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 string ov column val modval s2 title calc)
|
|
|
;; Check if the entry is in another buffer.
|