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.
This commit is contained in:
Bastien Guerry 2013-03-25 06:03:17 +01:00
parent 0f175ea128
commit 3abd5ef707

View file

@ -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