From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastien Vauban" Subject: Re: [PATCH] Add a different prefix for past deadlines in the agenda view Date: Thu, 28 Feb 2013 10:21:29 +0100 Message-ID: <86fw0g94km.fsf@somewhere.org> References: <861ucvrbb8.fsf@somewhere.org> <877gmn4s0y.fsf@bzg.ath.cx> <87k3ptsvvk.fsf@bzg.ath.cx> <86zjyo97jx.fsf@somewhere.org> <87621chme8.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Bastien, Bastien wrote: > "Sebastien Vauban" writes: > >> Though, one question: why did you change the spacing (and, in fact, the = width) >> of the leaders? >> >> -(defcustom org-agenda-scheduled-leaders '("Scheduled: " "Sched.%2dx: ") >> +(defcustom org-agenda-scheduled-leaders '(" Scheduled: " "Sched.%3dx: ") >> "Text preceding scheduled items in the agenda view. >> >> (...) >> >> -(defcustom org-agenda-deadline-leaders '("Deadline: " "In %3d d.: ") >> +(defcustom org-agenda-deadline-leaders '(" Deadline: " " In %3d d.: " = "%3d d. ago: ") > > For the change in "Scheduled:" and "Deadline:" it's because I think it's > cleaner to align them on the right, like the "Sched." and "In %3d.:" > strings. I don't mind, I customize them anyway=C2=A0;-) > For the change in the width (from 11 to 12), it's because I wanted to > correctly display "%3d d. ago: ", not %2d d. ago: ", so that now any stri= ng > with a warning delay more than 100 will be correctly displayed. Before, we > allowed 100+ days for the future deadlines, but not for past scheduled it= ems > (i.e. they were not aligned properly.) > > I feel the change is not too intrusive. I think the change of width can impact people who customize a bit the look = of their agenda, and rely upong *all* the leaders to be of width 11. That was = the motivation for my other patch, about clocking info (to make it go into a 11-char slot). Let's see how people react to that -- or if some are impacted. Best regards, Seb --=20 Sebastien Vauban