summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2013-03-25 06:03:17 +0100
committerBastien Guerry <bzg@altern.org>2013-03-25 06:03:17 +0100
commit3abd5ef70789516481c3ea192c90d3a6ab30b5b1 (patch)
tree554bf1237ff2adaa919402fc5faf75645119476a
parent0f175ea128f6a84898b46f81cf057e517a3f4acc (diff)
downloadorg-mode-3abd5ef70789516481c3ea192c90d3a6ab30b5b1.tar.gz
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.
-rw-r--r--lisp/org-agenda.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index 7eba8f5..9e7d4b7 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