diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 64dd54836..81a362e1d 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2009-11-26 Carsten Dominik + * org-agenda.el (org-agenda-get-blocks): Look at time string also + on days after the first one. + * org.el (org-insert-heading): Also check for item before assuming before-first-heading condition. diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index cf748f029..36baefd08 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -4481,7 +4481,7 @@ FRACTION is what fraction of the head-warning time has passed." org-agenda-timerange-leaders) (1+ (- d0 d1)) (1+ (- d2 d1))) head category tags - (if (= d0 d1) timestr)))) + timestr))) (org-add-props txt props 'org-marker marker 'org-hd-marker hdmarker 'type "block" 'date date