Browse Source

Removed unwanted modification in `org-agenda-prefix-format'

Bastien Guerry 12 years ago
parent
commit
f51c405920
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/org-agenda.el

+ 1 - 1
lisp/org-agenda.el

@@ -1473,7 +1473,7 @@ When nil, such items are sorted as 0 minutes effort."
   :group 'org-agenda)
 
 (defcustom org-agenda-prefix-format
-  '((agenda  . " %i %-12:c%?-12t% s %l")
+  '((agenda  . " %i %-12:c%?-12t% s")
     (timeline  . "  % s")
     (todo  . " %i %-12:c")
     (tags  . " %i %-12:c")