瀏覽代碼

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

Bastien Guerry 12 年之前
父節點
當前提交
f51c405920
共有 1 個文件被更改,包括 1 次插入1 次删除
  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")