From 3abd5ef70789516481c3ea192c90d3a6ab30b5b1 Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Mon, 25 Mar 2013 06:03:17 +0100 Subject: [PATCH] org-agenda.el: Re-align leaders to the left * org-agenda.el (org-agenda-scheduled-leaders) (org-agenda-deadline-leaders): Re-align leaders to the left, back to a 11 characters width. Thanks to Matt Lundin for reporting display problems here. --- lisp/org-agenda.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 7eba8f544..9e7d4b780 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -1702,7 +1702,7 @@ range, respectively." (string :tag "Format string") (function)))) -(defcustom org-agenda-scheduled-leaders '(" Scheduled: " "Sched.%3dx: ") +(defcustom org-agenda-scheduled-leaders '("Scheduled: " "Sched.%3dx:") "Text preceding scheduled items in the agenda view. This is a list with two strings. The first applies when the item is scheduled on the current day. The second applies when it has been scheduled @@ -1726,7 +1726,7 @@ These entries are added to the agenda when pressing \"[\"." (string :tag "Scheduled today ") (string :tag "Scheduled previously"))) -(defcustom org-agenda-deadline-leaders '(" Deadline: " " In %3d d.: " "%3d d. ago: ") +(defcustom org-agenda-deadline-leaders '("Deadline: " "In %3d d.: " "%3d d. ago:") "Text preceding deadline items in the agenda view. This is a list with three strings. The first applies when the item has its deadline on the current day. The second applies when the deadline is in the -- 2.11.4.GIT