浏览代码

Fix commit 3abd5e

Bastien Guerry 12 年之前
父节点
当前提交
ce8706f268
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      lisp/org-agenda.el

+ 2 - 2
lisp/org-agenda.el

@@ -1702,7 +1702,7 @@ range, respectively."
 		  (string :tag "Format string")
 		  (string :tag "Format string")
 		  (function))))
 		  (function))))
 
 
-(defcustom org-agenda-scheduled-leaders '("Scheduled: " "Sched.%3dx:")
+(defcustom org-agenda-scheduled-leaders '("Scheduled: " "Sched.%2dx: ")
   "Text preceding scheduled items in the agenda view.
   "Text preceding scheduled items in the agenda view.
 This is a list with two strings.  The first applies when the item is
 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
 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 today     ")
 	  (string :tag "Scheduled previously")))
 	  (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.: " "%2d d. ago: ")
   "Text preceding deadline items in the agenda view.
   "Text preceding deadline items in the agenda view.
 This is a list with three strings.  The first applies when the item has its
 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
 deadline on the current day.  The second applies when the deadline is in the