emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Weird gap in agenda mode-line


From: Ihor Radchenko
Subject: Re: Weird gap in agenda mode-line
Date: Sun, 14 Nov 2021 15:52:31 +0800

Carlos Pita <carlosjosepita@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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]