From c0c56217ffe73bc34b1d9146833d05b7daa0f2ca Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Fri, 16 Oct 2009 17:07:38 +0200 Subject: [PATCH] Fix all todo line bug in org-mobile.el --- lisp/ChangeLog | 5 +++++ lisp/org-agenda.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c86360fd0..2775042ed 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-10-16 Carsten Dominik + + * org-agenda.el (org-agenda-list): Mark the all-todo items line as + a header line. + 2009-10-15 Carsten Dominik * org-exp.el (org-inlinetask-remove-END-maybe): Declare function. diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index a8f082688..ac79e4784 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -3017,6 +3017,7 @@ given in `org-agenda-start-on-weekday'." (add-text-properties (point-min) (1- (point)) (list 'face 'org-agenda-structure 'short-heading "All TODO items")) + (org-agenda-mark-header-line (point-min)) (insert (org-finalize-agenda-entries rtnall) "\n"))) (unless org-agenda-compact-blocks (let* ((d1 (car day-numbers))