Carlos Pita <carlosjosep...@gmail.com> writes: > Hi Igor, > > Have you checked that there is no extra space (I mean with the default > bg face) as in the attached image? > > I've checked this now again with org main branch and emacs master > branch and the gap is still there.
The extra space was there. However, it should have the same font. The relevant code in org-agenda.el is: (list "Org-Agenda" (if (get 'org-agenda-files 'org-restrict) " []" "") " " ;; <- this is the extra space '(:eval (org-agenda-span-name org-agenda-current-span)) (if org-agenda-follow-mode " Follow" "") (if org-agenda-entry-text-mode " ETxt" "") (if org-agenda-include-diary " Diary" "") (if org-agenda-include-deadlines " Ddl" "") (if org-agenda-use-time-grid " Grid" "") This part of code has not been changed from 2010. Best, Ihor